hextra/layouts/_default/_markup/render-heading.html

8 lines
274 B
HTML
Raw Normal View History

<h{{ .Level }}>
{{ .Text | safeHTML }}
{{ if gt .Level 1 }}
<span class="absolute -mt-20" id="{{ .Anchor | safeURL }}"></span>
<a href="#{{ .Anchor | safeURL }}" class="subheading-anchor" aria-label="Permalink for this section"></a>
{{ end }}
</h{{ .Level }}>