mirror of
https://github.com/tomfran/typo.git
synced 2025-04-25 21:19:55 +03:00
fix disappearing header links
This commit is contained in:
parent
14b7bb7afe
commit
11606533c9
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
<h{{ .Level }} class="heading" id="{{ .Anchor }}">
|
||||
{{ .Text }}
|
||||
<a href="#{{ .Anchor }}">#</a>
|
||||
<a class="anchor" href="#{{ .Anchor }}">#</a>
|
||||
</h{{ .Level }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue