mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-11 20:13:19 +00:00
5 lines
388 B
HTML
5 lines
388 B
HTML
{{ if site.Params.navigation.anchor }}
|
|
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="heading">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}" aria-labelledby="{{ .Anchor | safeURL }}">{{- partial "assets/icon.html" (dict "icon" "fas link anchor") }}</a></h{{ .Level }}>
|
|
{{ else }}
|
|
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}</h{{ .Level }}>
|
|
{{ end }} |