mirror of
https://github.com/ivanch/blog.ivanch.me.git
synced 2026-02-14 10:18:27 +00:00
3 lines
212 B
HTML
3 lines
212 B
HTML
{{- /* 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 }}
|