hugo-theme-anubis2/layouts/_default/_markup/render-heading.html
2021-12-27 22:28:46 +03:00

3 lines
127 B
HTML

<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}
<span><a href="#{{ .Anchor }}">#</a></span>
</h{{ .Level }}>