Skip to content

Commit e0c8138

Browse files
committed
linkable logo
1 parent b66359b commit e0c8138

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

_layouts/blog.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
---
44
<header id="header">
55
<div class="logo">
6-
<img id="header-img"" src="../resources/webarkit-logo-social.jpg" alt="webarkit logo"/>
6+
<a href="/">
7+
<img id="header-img" src="../resources/webarkit-logo-social.jpg" alt="webarkit logo" title="webarkit.org home"/>
8+
</a>
79
</div>
810
</header>
911
<main class="content" role="main">

_sass/jekyll-theme-cayman.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ a {
5555
}
5656
}
5757

58-
.logo > img {
58+
.logo > a > img {
5959
width: 100%;
6060
height: 100%;
6161
max-width: 300px;
@@ -67,7 +67,7 @@ a {
6767
}
6868

6969
@media (max-width: 650px) {
70-
.logo > img {
70+
.logo > a > img {
7171
margin: 0 auto;
7272
}
7373
}

0 commit comments

Comments
 (0)