I’m trying to build a corpus for Lunr to search against. I’ve got a number of pages which have nothing but frontmatter. When looping these pages with the below, it is returning null
.
{% for page in site.html_pages %}
{{ page.output }}
{% endfor %}
How can I get the output of a page after it has processed the layouts?