summaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
authorOle Mussmann <gitlab+account@ole.mn>2025-02-02 18:17:24 +0100
committerOle Mussmann <gitlab+account@ole.mn>2025-02-02 18:17:24 +0100
commit58ea04e3b0524b339cc6b469c4d4c5128cb99df4 (patch)
tree5dabf68cb418c5a39474c865f30ec9deccc64d3c /layouts
parent3c39d685ce85558cf6d2d6b7aef96977254fda34 (diff)
fix disappearing header links
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/_markup/render-heading.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/_markup/render-heading.html b/layouts/_default/_markup/render-heading.html
index 44430d6..2699634 100644
--- a/layouts/_default/_markup/render-heading.html
+++ b/layouts/_default/_markup/render-heading.html
@@ -1,4 +1,4 @@
<h{{ .Level }} class="heading" id="{{ .Anchor }}">
{{ .Text }}
- <a href="#{{ .Anchor }}">#</a>
+ <a class="anchor" href="#{{ .Anchor }}">#</a>
</h{{ .Level }}>