matrix-spec/layouts/_markup/render-heading.html
Kévin Commaille 27074f7846
Update modified docsy partials
To reflect changes from upstream.

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
2026-03-30 11:49:51 +02:00

12 lines
415 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/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" . }}