I am setting the defaults in my _config.yml
file but they are not being picked up:
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
I am comparing it with another Jekyll site that I maintain where my sitewide frontmatter defaults are working as expected. What gives?