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

4 lines
135 B
HTML
Raw Normal View History

<h{{ .Level }} id="{{ .Anchor }}">
2024-03-31 06:27:38 +08:00
<a href="#{{ .Anchor }}" class="header-anchor">#</a>
{{ .Text | safeHTML }}
</h{{ .Level }}>