Hugo-theme-stack/layouts/_default/_markup/render-heading.html

4 lines
113 B
HTML
Raw Normal View History

<h{{ .Level }} id="{{ .Anchor }}">
<a href="#{{ .Anchor }}">#</a>
{{ .Text | safeHTML }}
</h{{ .Level }}>