Hilbish/website/themes/hsh/layouts/_default/_markup/render-heading.html

7 lines
138 B
HTML
Raw Normal View History

2022-06-22 02:05:46 +00:00
<h{{ .Level }} id="{{ .Anchor | safeURL }}" class="fw-light">
{{ .Text | safeHTML }}
</h{{ .Level }}>
{{ if eq .Text ""}}
<hr>
{{ end }}