summaryrefslogtreecommitdiffstats
path: root/site/layouts/_default/_markup/render-heading.html
blob: cfb3d8fe79c38303a88160ad482ec58b2190d4a2 (plain)
1
2
3
4
5
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}
{{- if and (ge .Level .Page.Site.Params.anchors.min) (le .Level .Page.Site.Params.anchors.max) }}{{" " -}}
<a class="anchor-link" href="#{{ .Anchor | safeURL }}" aria-label="Link to this section: {{ .Text | safeHTML }}"></a>
{{- end -}}
</h{{ .Level }}>