add linebreak after each Section

This commit is contained in:
acarril 2023-06-12 14:27:22 -04:00
parent 1bb2124c5f
commit a57fed00ca

View file

@ -1,5 +1,6 @@
{{ define "main" }}
{{ range .Sections }}
{{ range .Sections.Reverse }}
{{- partial "posts.html" . -}}
<br>
{{ end }}
{{ end }}