1
0
mirror of https://github.com/thangisme/notes.git synced 2024-06-23 01:25:23 +00:00

Merge pull request #109 from daviddarnes/patch-1

Make sure `baseurl` is appended to the logo href
This commit is contained in:
Patrick Marsceill 2019-08-13 11:22:06 -04:00 committed by GitHub
commit 30590fd6c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@
<div class="page-wrap">
<div class="side-bar">
<a href="{{ site.url }}{{ site.baseurl }}" class="site-title fs-6 lh-tight">{{ site.title }}</a>
<a href="{{ site.baseurl }}/" class="site-title fs-6 lh-tight">{{ site.title }}</a>
<span class="fs-3"><button class="js-main-nav-trigger navigation-list-toggle btn btn-outline" type="button" data-text-toggle="Hide">Menu</button></span>
<div class="navigation main-nav js-main-nav">
{% include nav.html %}