mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2025-05-30 06:25:24 -04:00
anchored-headings: init partial
Signed-off-by: Aditya Telange <21258296+adityatelange@users.noreply.github.com>
This commit is contained in:
parent
8574c385cd
commit
2b0619f684
1 changed files with 2 additions and 0 deletions
2
layouts/partials/anchored_headings.html
Normal file
2
layouts/partials/anchored_headings.html
Normal file
|
@ -0,0 +1,2 @@
|
|||
<!-- formats .Content headings by adding an anchor -->
|
||||
{{ . | replaceRE "(<h[2-3] id=\"([^\"]+)\".+)(</h[2-9]+>)" "${1}<a class=\"anchor\" href=\"#${2}\">#</a>${3}" | safeHTML }}
|
Loading…
Add table
Add a link
Reference in a new issue