mirror of
https://git.kittycat.homes/zoe/hugo-battheme.git
synced 2024-08-15 03:25:18 +00:00
5 lines
194 B
HTML
5 lines
194 B
HTML
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="colorswitch">
|
|
<a class="hash-link colorswitch" href="#{{ .Anchor | safeURL }}">
|
|
{{ .Text | safeHTML }}
|
|
</a>
|
|
</h{{ .Level }}>
|