{{- $blogSection := site.GetPage "blog" -}} {{- $latestBlogPosts := $blogSection.RegularPagesRecursive.ByDate.Reverse.Limit 2 -}} {{- $photosSection := site.GetPage "photos" -}} {{- $latestPhotoPosts := $photosSection.RegularPagesRecursive.ByDate.Reverse.Limit 4 -}}
{{ range $latestBlogPosts -}}
{{ .Render "page_summary" }}
{{ end }} {{ range $latestPhotoPosts -}}
{{ .Render "page_summary" }}
{{ end }}