Files
paige-hugo/layouts/_default/_markup/render-heading.atom.xml
2025-03-28 21:56:39 -07:00

8 lines
200 B
XML

{{ $context := . }}
{{ $anchor := $context.Anchor }}
{{ $level := $context.Level }}
{{ $text := $context.Text }}
<h{{ $level }} {{ with $anchor }} id="{{ . }}" {{ end }}>{{ $text }}</h{{ $level }}>