I have a section title ‘Settlements’ and in the footer of a site I’m listing all Settlements with the following:
{{ range (where .Site.Pages.ByTitle "Section" "settlements") }}
Why does this output the list view page? Is there a way to filter out to just the single settlement pages?