theme/layouts/partials/headline-hash.html
kolaente 80a229f719
Some checks failed
continuous-integration/drone/push Build is failing
feat: make content look good
2022-01-26 22:10:57 +01:00

2 lines
150 B
HTML

{{ . | replaceRE "(<h[1-9] id=\"([^\"]+)\".+)(</h[1-9]+>)" "${1}&nbsp;<a class=\"text-primary no-underline\" href=\"#${2}\">#</a> ${3}" | safeHTML }}