1
0
mirror of synced 2025-12-22 11:26:57 -05:00
Files
docs/includes/generic-toc-items.html
Sarah Schneider 7a770d90a5 Update includes/generic-toc-items.html
Co-authored-by: James M. Greene <JamesMGreene@github.com>
2021-04-23 11:17:51 -04:00

13 lines
230 B
HTML

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