Highlight current article as suggested by @sundy-li

This commit is contained in:
Ivan Blinkov 2018-12-07 18:27:29 +03:00
parent 9dde15b0d8
commit 8fd9d8144f

View File

@ -40,7 +40,7 @@
</label>
{% endif %}
<a href="{{ base_url }}/{{ nav_item.url }}" title="{{ nav_item.title }}" class="md-nav__link md-nav__link--active">
{{ nav_item.title }}
<strong>{{ nav_item.title }}</strong>
</a>
{% if toc_ | first is defined %}
{% include "partials/toc.html" %}