Casual_blog/themes/anubis2/layouts/_default/_markup/render-heading.html

8 lines
257 B
HTML
Raw Normal View History

2024-03-07 06:27:02 +00:00
<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 }}>