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

7 lines
163 B
HTML
Raw Normal View History

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