jekyll-archives
jekyll-archives copied to clipboard
Expose front matter defaults to Liquid templates
Fix regression in v2.3.0 by merging applicable front matter defaults to given archive page's :fallback_data in Liquid representation.
Resolves #182
data object of archive pages do not fall back to front matter defaults via Ruby API (via use of data.default_proc in Page and Document objects).
Should they??