blog/layouts/_default/_markup/render-heading.html
2025-03-31 13:46:45 -04:00

3 lines
152 B
HTML

<h{{ .Level }} id="{{ .Anchor }}" {{- with .Attributes.class }} class="{{ . }}" {{- end }}>
<a href="#{{ .Anchor }}">{{ .Text }}</a>
</h{{ .Level }}>