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"> <div class="container">
{{ partial "content.html" . }} {{ partial "content.html" . }}
{{ if .Content }} {{ if .Content }}
<hr /> <hr>
{{ end }} {{ end }}
{{ range .Pages.ByTitle }} {{ range .Pages.ByTitle }}
{{ partial "list_item.html" . }} {{ partial "list_item.html" . }}