Fix indentation

This commit is contained in:
ItsDrike 2021-08-26 03:02:16 +02:00
parent 309df89c8c
commit 1eb174479a
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" . }}