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

Karol Kania
04.46.2020 36ee60a4ee028999c0ea3ee14216f49f9a704a37
layouts/index.html
@@ -1,7 +1,7 @@
{{ define "main" }}
    {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}
    {{ range $paginator.Pages }}
        <div class="post {{ with .Site.Params.animatedLoading }} animated fadeInDown {{ end }}">
        <div class="post {{ with .Site.Params.doNotLoadAnimations }} . {{ else }} animated fadeInDown {{ end }}">
            <div class="post-title">
                <h3><a href="{{ .RelPermalink }}">{{ .Title }}</a>
                </h3>