hugo-theme-anubis2/layouts/_default/_markup/render-heading.html

3 lines
127 B
HTML
Raw Normal View History

2021-12-23 11:36:05 +01:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}
<span><a href="#{{ .Anchor }}">#</a></span>
2021-12-23 11:36:05 +01:00
</h{{ .Level }}>