We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9413461 + c5cd769 commit 269cbe0Copy full SHA for 269cbe0
_includes/site-nav.html
@@ -4,7 +4,7 @@
4
{% if site.logo %}
5
<a class="site-nav-logo" href="{{ site.url }}{{ site.baseurl }}"><img src="{{ site.baseurl}}{{ site.logo }}" alt="{{ site.title }}" /></a>
6
{% else %}
7
- <a class="site-nav-logo" href="{{ site.url }}">{{ site.title }}</a>
+ <a class="site-nav-logo" href="{{ site.url }}{{ site.baseurl }}">{{ site.title }}</a>
8
{% endif %}
9
10
{% if page.navigation %}
0 commit comments