improve logic for inserting <hr> in aside

This commit is contained in:
John Bowdre 2023-08-23 16:58:49 -05:00
parent 1462600b5d
commit c83227d2a4

View file

@ -12,9 +12,9 @@
{{- end }}
{{- end }}
</p>
<hr>
{{ end }}
{{ if and (gt .WordCount 400 ) (gt (len .TableOfContents) 180) }}
<hr>
<h2>On this page</h2>
{{ .TableOfContents }}
<hr>