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

4 lines
135 B
HTML
Raw Normal View History

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