summaryrefslogtreecommitdiff
path: root/themes/PaperMod/layouts/partials/anchored_headings.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/PaperMod/layouts/partials/anchored_headings.html')
-rw-r--r--themes/PaperMod/layouts/partials/anchored_headings.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/themes/PaperMod/layouts/partials/anchored_headings.html b/themes/PaperMod/layouts/partials/anchored_headings.html
deleted file mode 100644
index 377af89..0000000
--- a/themes/PaperMod/layouts/partials/anchored_headings.html
+++ /dev/null
@@ -1,2 +0,0 @@
-{{- /* 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 }}