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

7 lines
137 B
HTML
Raw Normal View History

2022-06-22 21:04:26 +00:00
<h{{ (add .Level 1) }} id="{{ .Anchor | safeURL }}">
2022-06-22 02:05:46 +00:00
{{ .Text | safeHTML }}
2022-06-22 21:04:26 +00:00
</h{{ (add .Level 1) }}>
2022-06-22 02:05:46 +00:00
{{ if eq .Text ""}}
<hr>
{{ end }}