You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

8 lines
279 B

{%- if not is_home() and toc(page.content) and theme.toc -%}
<div class="post-toc" id="post-toc">
<h2 class="post-toc-title">{{ __('posts.toc') }}</h2>
<div class="post-toc-content">
{{ toc(page.content, {list_number: false}) }}
</div>
</div>
{%- endif -%}