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

Alexander Bilz
18.42.2020 08ae6a7451dc15db09e44a143ca1dae834b12893
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 }}