{{ $home := .Site.GetPage "home" }} {{ $section := .Section }} {{ $posts := (where .Site.Pages "Section" "blog").ByPublishDate.Reverse }} {{ $latest_post := index $posts 0 }} {{ $blog_home := .Site.GetPage "section" "blog" }}