Files
qingshuige-hugo/themes/PaperMod/layouts/partials/anchored_headings.html
线粒体XianlitiCN c6f751ec63
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 2s
将PaperMod添加为静态文件
2026-02-03 03:04:10 +08:00

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 }}