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

Alexander Bilz
15.25.2020 d7e4796722a26582ca28c59f4fc58f2c355548d3
layouts/_default/list.html
@@ -1,6 +1,5 @@
{{ define "main" }}
    <div class="archive animated fadeInDown">
        <ul class="list-with-title">
            {{ range .Data.Pages.GroupByDate "2006" }}
                <div class="listing-title">{{ .Key }}</div>
@@ -16,4 +15,4 @@
            {{ end }}
        </ul>
    </div>
{{ end }}
{{ end }}