summaryrefslogtreecommitdiff
path: root/_includes/git-wiki/components/toc/toc.html
blob: 7329f406417f4382fb691ab2bf085420afc9fcb7 (plain)
1
2
3
4
5
6
7
8
9
{% if site.inc_before_toc %}
{% include {{ site.inc_before_toc }} %}
{% endif %}

{% include git-wiki/components/toc/toc-lib.html title="Contents:" minHeaders=1 html=content sanitize=true class="inline_toc" id="git-wiki-toc" h_min=1 h_max=3 ordered=1 %}

{% if site.inc_after_toc %}
{% include {{ site.inc_after_toc }} %}
{% endif %}