blog/layouts/_default/_markup/render-heading.html

4 lines
142 B
HTML
Raw Normal View History

2022-02-02 09:16:56 +00:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="heading">
<a href="#{{ .Anchor | safeURL }}">{{ .Text | safeHTML }}</a>
</h{{ .Level }}>