summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/anchored_headings.html
blob: 377af89ddc2b370e9618079cb69f4fda01e969a9 (plain)
1
2
{{- /* formats .Content headings by adding an anchor */ -}}
{{ . | replaceRE "(<h[1-6] id=\"([^\"]+)\".+)(</h[1-6]+>)" "${1}<a hidden class=\"anchor\" aria-hidden=\"true\" href=\"#${2}\">#</a>${3}" | safeHTML }}