summaryrefslogtreecommitdiff
path: root/themes/orca/layouts/_shortcodes/latest-posts.html
blob: 44ff9d406522fa0304208467711446d7a21006ed (plain)
1
2
3
4
5
{{ $limit := .Get "limit" }}
{{ $pages := first $limit (where site.RegularPages "Type" "in" site.Params.mainSections) }}
{{ range $pages }}
  {{ partial "post-item" . }}
{{ end }}