All posts should be under a div instead of only when there's none

This commit is contained in:
BBaoVanC 2021-10-16 19:51:11 -05:00
parent adf5c685be
commit a3a5163b5e
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A

View File

@ -10,13 +10,13 @@
</span> </span>
</h1> </h1>
{{ range .Paginator.Pages }} <div class="posts">
{{ .Render "summary" }} {{ range .Paginator.Pages }}
{{ else }} {{ .Render "summary" }}
<div> {{ else }}
{{ i18n "no_posts" }} {{ i18n "no_posts" }}
{{ end }}
</div> </div>
{{ end }}
{{ if gt .Paginator.TotalPages 1 }} {{ if gt .Paginator.TotalPages 1 }}
<div class="pagination"> <div class="pagination">