hugo-theme-anubis2/layouts/partials/toc.html
2023-07-04 22:31:45 +03:00

9 lines
193 B
HTML

{{ $toc := and ($.Site.Params.toc) (ge .WordCount $.Site.Params.tocWordCount) }}
{{ if isset .Params "toc" }}
{{ $toc = .Params.toc }}
{{ end }}
{{ if $toc }}
{{ .TableOfContents }}
{{ end }}