1
0
mirror of synced 2026-01-15 15:01:34 -05:00
Files
docs/includes/generic-toc-flat.html
2021-05-21 12:03:23 -04:00

9 lines
202 B
HTML

{% for tocItem in flatTocItems %}
{% assign title = tocItem.title %}
{% assign fullPath = tocItem.fullPath %}
{% assign intro = tocItem.intro %}
{% include liquid-tags/link-with-intro %}
{% endfor %}