hugo-battheme/layouts/_default/_markup/render-heading.html
2022-04-13 19:04:38 +02:00

5 lines
194 B
HTML

<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="colorswitch">
<a class="hash-link colorswitch" href="#{{ .Anchor | safeURL }}">
&nbsp;{{ .Text | safeHTML }}
</a>
</h{{ .Level }}>