{{/* Define section to pull recent posts from */}} {{ $mainSections := site.Params.mainSections | default (slice "post") }} {{ $show_recent_posts := site.Params.ananke.show_recent_posts }} {{/* First filter by section, then by year */}} {{ $filteredBySection := where site.RegularPages "Section" "in" $mainSections }} {{ $section := where $filteredBySection "Date.Year" 2024 }} {{ $section_count := len $section }}