Back to Vector

Toc

website/layouts/partials/toc.html

0.55.0319 B
Original Source

{{/* A hack to check for the presence of a TOC */}} {{ $hasToc := gt (len .TableOfContents) 32 }} {{ $isComponent := in (slice "component" "integrate") .Layout }} {{ $showToc := .Params.show_toc }} {{ if or $hasToc $isComponent $showToc }}

On this page

{{/* This div is auto-populated by Tocbot */}}

{{ end }}