Back to Distribution

Toc

docs/themes/hugo-geekdoc/layouts/shortcodes/toc.html

3.1.1333 B
Original Source

{{- $format := default "html" (.Get "format") }} {{- $tocLevels := default (default 6 .Site.Params.geekdocToC) .Page.Params.geekdocToC }} {{- if and $tocLevels .Page.TableOfContents -}} {{- if not (eq ($format | lower) "raw") -}}

{{ .Page.TableOfContents }}


{{- else -}} {{ .Page.TableOfContents }} {{- end -}} {{- end -}}