2
0
mirror of https://github.com/miguelmota/cointop synced 2024-11-18 15:25:31 +00:00
cointop/docs/themes/hugo-book/layouts/_default/_markup/render-heading.html

5 lines
145 B
HTML
Raw Normal View History

2021-02-21 05:11:27 +00:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}">
{{ .Text | safeHTML }}
<a class="anchor" href="#{{ .Anchor | safeURL }}">#</a>
</h{{ .Level }}>