themes/docsy/layouts/partials/toc.html (
7
lines of code) (
raw
):
{{ if not .Params.notoc }} {{ with .TableOfContents }} {{ if ge (len .) 200 }} <div class="td-toc">{{ . }}</div> {{ end }} {{ end }} {{ end }}