Skip to content

Commit

Permalink
index.html: Fix sidebar-nav-item class
Browse files Browse the repository at this point in the history
  • Loading branch information
devurandom committed Sep 3, 2018
1 parent b6ce448 commit 50bd178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/index.html
Expand Up @@ -39,7 +39,7 @@
<ul class="sidebar-nav">
{% block sidebar_nav %}
{% for link in config.extra.hyde_links %}
<li><a href="{{link.url}}">{{link.name}}</a></li>
<li class="sidebar-nav-item"><a href="{{link.url}}">{{link.name}}</a></li>
{% endfor %}
{% endblock sidebar_nav %}
</ul>
Expand Down

0 comments on commit 50bd178

Please sign in to comment.