Something like this:
{{ $index, $element := range first 10 (where .Site.Pages "Section" "post") }}
Note that the $index is zero-based.
Something like this:
{{ $index, $element := range first 10 (where .Site.Pages "Section" "post") }}
Note that the $index is zero-based.