1
0
mirror of https://github.com/BBaoVanC/bobatheme.git synced 2025-06-17 11:37:28 -05:00

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

This commit is contained in:
2021-10-16 19:51:11 -05:00
parent adf5c685be
commit a3a5163b5e

@ -10,13 +10,13 @@
</span> </span>
</h1> </h1>
{{ range .Paginator.Pages }} <div class="posts">
{{ range .Paginator.Pages }}
{{ .Render "summary" }} {{ .Render "summary" }}
{{ else }} {{ else }}
<div>
{{ 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">