1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/includes/generic-toc-flat.html
2021-05-21 16:12:33 -04:00

9 lines
204 B
HTML

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