diff --git a/layouts/blog/list.html b/layouts/blog/list.html index 02c40e3..d770fd6 100644 --- a/layouts/blog/list.html +++ b/layouts/blog/list.html @@ -3,11 +3,6 @@ {{ end }} {{ define "main" }} -{{ $pages := union .RegularPages .Sections }} -{{ if .IsHome }} - {{ $pages = where site.RegularPages "Type" "in" site.Params.mainSections }} -{{ end }} - {{ range .Pages.ByDate.GroupByDate "2006" }}