hugo-theme-anubis2/layouts/_default/_markup/render-heading.html
2024-04-09 20:03:09 +08:00

9 lines
258 B
HTML

<h{{ .Level }} id="{{ .Anchor | safeURL }}" {{ if .Attributes.style }}style="{{ .Attributes.style | safeCSS }}"{{ end }}>
<div>
<a href="#{{ .Anchor }}">
{{ range seq 2 .Level}}#{{end}}
</a>
{{ .Text | safeHTML }}
</div>
</h{{ .Level }}>