blob: 4db9a6f24baa8d216187bf17573b4ce79106d9cb (
plain)
1
2
3
4
5
6
7
|
{{- $headings := findRE `<h[23][ >]` .Content -}}
{{- if gt (len $headings) 4 }}
<section class="table-of-contents" aria-labelledby="contents-title">
<h2 id="contents-title">CONTENTS</h2>
{{ .TableOfContents }}
</section>
{{- end -}}
|