{{ define "body_class" }}2-column{{ end }} {{ define "main" }}
{{ partial "sidebar/left.html" . }}

Categories

{{ range ($.Site.GetPage "taxonomyTerm" "categories").Pages }} {{ partial "article-list/tile" (dict "context" . "size" "250x150") }} {{ end }}
{{ $postSection := $.Site.Params.postSection }} {{ $v1 := where .Site.RegularPages "Section" $postSection }} {{ $v2 := where .Site.RegularPages "Params.hidden" "!=" true }} {{ $filtered := $v1 | intersect $v2 }} {{ range $filtered.GroupByDate "2006" }} {{ $id := lower (replace .Key " " "-") }}

{{ .Key }}

{{ range .Pages }} {{ partial "article-list/compact" . }} {{ end }}
{{ end }} {{ partial "footer.html" . }}
{{ end }}