diff options
-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> |