blog/themes/hello-friend/layouts/_default/_markup/render-heading.html

5 lines
166 B
HTML
Raw Normal View History

2023-06-11 11:34:59 +02:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
<a href="#{{ .Anchor | safeURL }}" class="h-anchor" aria-hidden="true">#</a>
</h{{ .Level }}>