This repository has been archived on 2024-07-02. You can view files and clone it, but cannot push or open issues or pull requests.
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 }}