Use simple <hr> not <hr />

This commit is contained in:
ItsDrike 2021-08-26 02:41:39 +02:00
parent 0db48617ec
commit 164f1b3d53
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD

View file

@ -3,7 +3,7 @@
<div class="container">
{{ partial "content.html" . }}
{{ if .Content }}
<hr />
<hr>
{{ end }}
{{ range .Pages.ByTitle }}
{{ partial "list_item.html" . }}