1
0
Fork 0
mirror of https://github.com/jbowdre/runtimeterror.git synced 2025-01-11 02:29:13 +00:00
runtimeterror/layouts/_default/_markup/render-heading.html

4 lines
162 B
HTML
Raw Normal View History

2024-08-21 03:12:30 +00:00
<h{{.Level}} id="{{.Anchor | safeURL}}">
{{.Text | safeHTML}}
<a class="hlink" href="#{{.Anchor | safeURL}}"><i class="fa-solid fa-link"></i></a>
</h{{.Level}}>