Rename headerlink to paigeheaderlink

This commit is contained in:
Will Faught
2022-12-14 00:47:34 -08:00
parent 806f0cafe0
commit 5066bc43fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1,3 +1,3 @@
{{ with .Content }}
{{ . | replaceRE `(<h[1-6] id="([^"]+)".+)(</h[1-6]+>)` `${1}<a class="headerlink" href="#${2}"><i class="bi bi-link-45deg small"></i></a>${3}` | safeHTML }}
{{ . | replaceRE `(<h[1-6] id="([^"]+)".+)(</h[1-6]+>)` `${1}<a class="paigeheaderlink" href="#${2}"><i class="bi bi-link-45deg small"></i></a>${3}` | safeHTML }}
{{ end }}