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

lxndrblz
18.08.2022 800b13d687b8df22e9050874366e5ce79e7b80bf
layouts/_default/list.html
@@ -2,10 +2,8 @@
  <div
    class="archive {{ with .Site.Params.doNotLoadAnimations }}
      .
    {{ else }}
      animated fadeInDown
    {{ end }}"
  >
    {{ range .Data.Pages.GroupByDate "2006" }}
@@ -18,36 +16,23 @@
              {{ if isset .Site.Params "listdateformat" }}
                {{ if .Site.Params.localizedDates }}
                  {{ time.Format .Site.Params.listDateFormat .Date }}
                {{ else }}
                  {{ .Date.Format .Site.Params.listDateFormat }}
                {{ end }}
              {{ else }}
                {{ if .Site.Params.localizedDates }}
                  {{ time.Format "Jan 2" .Date }}
                {{ else }}
                  {{ .Date.Format "Jan 2" }}
                {{ end }}
              {{ end }}
            </div>
          </li>
        </ul>
      {{ end }}
    {{ end }}
  </div>
{{ end }}