duckling/templates/partials/docs_toc_item.html

4 lines
127 B
HTML

<li>
<a class="{%- if slug == page.slug -%}active{%- endif -%}" href="{{ page.permalink | safe }}">{{ page.title }}</a>
</li>