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

4 lines
146 B
HTML
Raw Normal View History

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