diff options
author | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 23:16:14 +0100 |
---|---|---|
committer | Nicolas Kuttler <git@kuttler.eu> | 2015-02-12 23:16:14 +0100 |
commit | 3b8ebadf76d66c5788018cb171bc94f759700220 (patch) | |
tree | b20ec99c23c4783061c83a85490a5c143ea44203 | |
parent | 1f9b1739a06efb9fc805f6ad2cfa4487017469ae (diff) | |
parent | e5fd3b330b54926123abaa4bee998d8b5d8ef089 (diff) | |
download | irssi.github.io-3b8ebadf76d66c5788018cb171bc94f759700220.zip |
Merge branch 'nkuttler' into gh-pages
-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> |