- Create a layout at
layouts/books/list.html. - To add content or front matter to your rendered page, you’ll need to create a content file at
content/books/_index.md. - You can use
.Data.Pages, which will automatically pull from all the pages in that section. - Use the
wherekeyword to filter…
{{range where .Data.Pages ".Params.featured" true}}
{{ end }}
If not, try "Params.featured"…sorry, can’t test right now…