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

Alexander Bilz
15.39.2020 2f10b290a8babdb253562bd18ae92e1818e7be34
Fix Pagination 📖
1 files modified
2 ■■■ changed files
layouts/index.html 2 ●●● patch | view | raw | blame | history
layouts/index.html
@@ -1,5 +1,5 @@
{{ define "main" }}
  {{ $paginator := .Paginate (where .Pages "Type" "post") }}
  {{ $paginator := .Paginate (where .Site.RegularPages "Type" "post") }}
  {{ range $paginator.Pages }}
  <div class="post animated fadeInDown">
    <div class="post-title">