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

1 line
141 B
HTML
Raw Normal View History

2022-04-27 13:54:00 +00:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">{{ .Text | safeHTML }} <a href="#{{ .Anchor | safeURL }}" class="anchor">🔗</a></h{{ .Level }}>