hugo-theme-hello-friend/layouts/_default/_markup/render-heading.html
KenHV d32455142d Add anchors to headings
Signed-off-by: KenHV <yo@kenharris.xyz>
2022-01-24 20:02:45 +05:30

5 lines
166 B
HTML

<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
<a href="#{{ .Anchor | safeURL }}" class="h-anchor" aria-hidden="true">#</a>
</h{{ .Level }}>