mirror of
https://github.com/Hilbis/Hilbish
synced 2025-03-13 01:40:41 +00:00
12 lines
255 B
HTML
12 lines
255 B
HTML
|
|
<h{{ (add .Level 1) }} id="{{ .Anchor | safeURL }}" class="heading">
|
|
{{ .Text | safeHTML }}
|
|
<a href="#{{ .Anchor | safeURL }}" class='heading-link'>
|
|
<i class="fas fa-paperclip"></i>
|
|
</a>
|
|
</h{{ (add .Level 1) }}>
|
|
|
|
{{ if eq .Text ""}}
|
|
<hr>
|
|
{{ end }}
|