diff options
author | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 23:16:03 +0100 |
---|---|---|
committer | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 23:16:03 +0100 |
commit | e5fd3b330b54926123abaa4bee998d8b5d8ef089 (patch) | |
tree | 72386740d4d9d0cf54fcff7a48d2dd1f7c9f4944 | |
parent | 49b0a5900dfcda88e24a1fb8a578b273185b28a1 (diff) | |
download | irssi.github.io-e5fd3b330b54926123abaa4bee998d8b5d8ef089.zip |
Fix logo link
-rw-r--r-- | _includes/header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/header.html b/_includes/header.html index 1bc9d22..61ed5e2 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -7,7 +7,7 @@ <span class="icon-bar"></span> <span class="icon-bar"></span> </button> - <a class="navbar-brand" href="/"> + <a class="navbar-brand" href="{{ site.baseurl }}"> <img alt="Irssi Logo" class="navbar-irssi-logo" src="{{ site.baseurl }}/assets/logo.png"> {% comment %}{{ site.title }}{% endcomment %} </a> |