hugo-battheme/layouts/_default/_markup/render-heading.html

6 lines
194 B
HTML
Raw Normal View History

2022-04-13 17:04:38 +00:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="colorswitch">
<a class="hash-link colorswitch" href="#{{ .Anchor | safeURL }}">
&nbsp;{{ .Text | safeHTML }}
</a>
</h{{ .Level }}>