This repository has been archived by the owner on Dec 23, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing content with new Hugo. (#2311)
It seems with newer Hugo the main page needs to use `.Site.Pages` instead of `.Pages` in order for the page content to show up. This seems to also pull in the folder as a data item, it's fine for the products as they have an `onhomepage` filter. For the blog posts I added in a filter to make sure there was a `processed` tag in order to filter out the folder. Issue #2052
- Loading branch information