mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
synced 2025-06-08 17:22:46 +00:00
7 lines
233 B
HTML
7 lines
233 B
HTML
{{- if .Params.toc -}}
|
|
<div class="bg-light-gray mb-4 pa3 nested-list-reset nested-copy-line-height nested-links">
|
|
<p class="list b mb3">What's in this {{ humanize .Type }}</p>
|
|
{{ .TableOfContents }}
|
|
</div>
|
|
{{- end -}}
|