hugo-theme-hello-friend/layouts/_default/_markup/render-heading.html

5 lines
166 B
HTML
Raw Normal View History

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