You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
422 B
HTML
12 lines
422 B
HTML
{{- /*
|
|
|
|
This is a heading render hook (https://gohugo.io/render-hooks/headings/)
|
|
using Docsy's heading self-links hook (https://www.docsy.dev/docs/adding-content/navigation/#heading-self-links).
|
|
|
|
This is used when a heading is encountered in markdown content to generate
|
|
the HTML for that heading. A self-link anchor is added at the end of the
|
|
heading.
|
|
|
|
*/ -}}
|
|
{{ partial "td/render-heading.html" . }}
|