Files
docker-docs/layouts/partials/toc-default.html
David Karlsson a0d21ade2f migrate to hugo
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2023-08-22 09:41:02 +02:00

9 lines
207 B
HTML

{{ if ne .Params.notoc true }}
{{ if gt (len .TableOfContents) 32 }}
<div>
<div class="text-lg pb-2">{{ T "tableOfContents" }}</div>
{{ .TableOfContents }}
</div>
{{ end }}
{{ end }}