I have a folder (blog) of entries.
I would like to use a specific layout for the single entry pages (mysite.com/blog/slug-title-here).
If I put _layout: post
in my 1-blog/page.md page it is for the mysite.com/blog page.
According to the documentation there is also _default_folder_layout
but that doesn't seem to work.
And there's this on the old forums.
I don't want to add a setting to each YAML in each entry.
I'm a tad confused.
Help please.