We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00a8a94 commit f7fec9aCopy full SHA for f7fec9a
_includes/sidebar.html
@@ -9,7 +9,7 @@
9
</div>
10
11
<nav class="sidebar-nav">
12
- <a class="sidebar-nav-item{% if page.url == site.baseurl %} active{% endif %}" href="{{ '/' | absolute_url }}">Home</a>
+ <a class="sidebar-nav-item{% if page.title == 'Home' %} active{% endif %}" href="{{ '/' | absolute_url }}">Home</a>
13
14
{% comment %}
15
The code below dynamically generates a sidebar nav of pages with
0 commit comments