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

alexanderdavide
25.19.2021 90753501541387e5844640fbe1a1a4439c182494
layouts/index.html
@@ -1,13 +1,15 @@
{{ define "main" }}
    <div class="post {{ with .Site.Params.doNotLoadAnimations }} . {{ else }} animated fadeInDown {{ end }}">
        <div class="post-title post-content">
            {{ .Content }}
        </div>
        <!-- (Optional) Home
            -- on top of `mainSections` content (aka posts) ;
            -- as declared in content/_index.md
            One can set `mainSections = [""]` and have the content/_index.md specified here
        -->
        {{ .Content }}
    </div>
    {{ $paginator := .Paginate (where .Site.RegularPages "Type" "in" .Site.Params.mainSections) }}