9 lines
277 B
HTML
9 lines
277 B
HTML
{{ if and .Params.toc (gt .WordCount 400) }}
|
|
{{ if .TableOfContents }}
|
|
<aside class="table-of-contents {{ if .Params.tocSticky }}toc-sticky{{ end }}">
|
|
<h3>{{ i18n "table_of_contents" | default "Table of Contents" }}</h3>
|
|
{{ .TableOfContents }}
|
|
</aside>
|
|
{{ end }}
|
|
{{ end }}
|