{{/* Table of Contents */}} {{/* TODO: toc should be able to get disabled through page frontmatter */}} {{/* TODO: toc bottom part should be able to hide */}}
{{/* TOC subheading component. This is a recursive component that renders a list of headings. */}} {{- define "side-toc-subheading" -}} {{ $headings := .headings }} {{ $level := .level }} {{ if ge $level 6 }} {{ return }} {{ end }} {{ $padding := (mul $level 4) }} {{ $class := cond (eq $level 0) "font-semibold" (printf "ltr:pl-%d rtl:pr-%d" $padding $padding) }} {{ range $headings }} {{ if .Title }}