diff options
| author | Veikka Kähkönen <insiding@gmail.com> | 2017-08-29 23:09:20 +0300 |
|---|---|---|
| committer | Veikka Kähkönen <insiding@gmail.com> | 2017-08-29 23:09:20 +0300 |
| commit | 9d7af15aefeb2d3b9d8ad05b712ecd3d37a137f7 (patch) | |
| tree | 0f943364aa27a1f120c240fe7cb339ff1ca3bcea /_includes/header.html | |
| parent | 8ab0c5c9e0afa98b9af0a407c10685e2d4bbfa7e (diff) | |
Add baseurl support to header logo, too
Diffstat (limited to '_includes/header.html')
| -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 0a5cdbd..04d8901 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -2,7 +2,7 @@ <div class="header__title"> <h1> - <a class="site-title" href="{{ site.baseurl }}/"><img src="/static/aswhite.png"/ height="40px" style="margin:20px ">{{ site.title }}</a> + <a class="site-title" href="{{ site.baseurl }}/"><img src="{{ site_full_url }}/static/aswhite.png"/ height="40px" style="margin:20px ">{{ site.title }}</a> </h1> </div> <nav class="navigation header__navigation"> |
