mirror of https://github.com/lxndrblz/anatole.git

Alexander Bilz
18.12.2020 c3c634f93e0b7e071d81b4c9307d15a1fd3d1acb
layouts/index.html
@@ -1,5 +1,5 @@
{{ define "main" }}
  {{ $paginator := .Paginate (where .Site.RegularPages "Type" "post") }}
  {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
  {{ range $paginator.Pages }}
  <div class="post animated fadeInDown">
    <div class="post-title">
@@ -25,4 +25,4 @@
<div class="pagination">
  {{ template "_internal/pagination.html" . }}
</div>
{{ end }}
{{ end }}