fix disappearing header links

This commit is contained in:
Ole Mussmann 2025-02-02 18:17:24 +01:00
parent 14b7bb7afe
commit 11606533c9
2 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
<h{{ .Level }} class="heading" id="{{ .Anchor }}">
{{ .Text }}
<a href="#{{ .Anchor }}">#</a>
<a class="anchor" href="#{{ .Anchor }}">#</a>
</h{{ .Level }}>