We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a526e3 commit 9f5d568Copy full SHA for 9f5d568
1 file changed
_layouts/post.html
@@ -19,6 +19,10 @@ <h1 class="post-title p-name">{{ page.title | markdownify | remove: '<p>' | remo
19
{% endfor %}
20
{%- endif -%}
21
</header>
22
+
23
+ {%- comment -%} Add table of contents {%- endcomment -%}
24
+ {% include toc.html %}
25
26
<div class="post-content e-content">
27
{{ content }}
28
</div>
0 commit comments