diff options
author | 2015-04-03 11:13:15 +0200 | |
---|---|---|
committer | 2015-04-03 11:13:15 +0200 | |
commit | 53933b09e90d714f17af221105e2f043d6475229 (patch) | |
tree | 2a508c3030a22016352168b667267903a36aa5d3 | |
parent | Shrink the external-link image a bit (looks excessively large on G+) (diff) | |
download | www-53933b09e90d714f17af221105e2f043d6475229.tar.gz www-53933b09e90d714f17af221105e2f043d6475229.tar.bz2 www-53933b09e90d714f17af221105e2f043d6475229.zip |
Link the Logo to /
-rw-r--r-- | _includes/layout/header.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/_includes/layout/header.html b/_includes/layout/header.html index 482fb40..833f26a 100644 --- a/_includes/layout/header.html +++ b/_includes/layout/header.html @@ -27,7 +27,9 @@ </div> </div> <div class="logo"> - <img src="{{ site.cdnurl }}/site-logo.png" data-at2x="{{ site.cdnurl }}/site-logo@2x.png" alt="Gentoo Linux Logo"> + <a href="/" title="Back to the homepage"> + <img src="{{ site.cdnurl }}/site-logo.png" data-at2x="{{ site.cdnurl }}/site-logo@2x.png" alt="Gentoo Linux Logo"> + </a> {% if page.sitelabel %}<span class="site-label">{{ page.sitelabel }}</span>{% endif %} </div> </div> |