diff --git a/layouts/_default/archives.html b/layouts/_default/archives.html index 9501283..71ce866 100644 --- a/layouts/_default/archives.html +++ b/layouts/_default/archives.html @@ -5,19 +5,6 @@ {{- end -}} {{ end }} {{ define "main" }} -
- - - {{- $taxonomy := $.Site.GetPage "taxonomyTerm" "categories" -}} {{- $terms := $taxonomy.Pages -}} {{ if $terms }} @@ -33,6 +20,19 @@ {{ end }} + + + + {{ $pages := where .Site.RegularPages "Type" "in" .Site.Params.mainSections }} {{ range $pages.GroupByDate "2006" }}