Add banner text to main.min.js (#880)

- Add `---` YAML Front Matter as a workaround to allow the theme gem's version to be overridden locally.
- Adjust page scope in Front Matter default to avoid adding a layout to `main.min.js`
- Fixes #874, Fixes #722
This commit is contained in:
Michael Rose
2017-02-28 10:06:18 -05:00
committed by GitHub
parent dbdf5c2f25
commit b9d86f3989
6 changed files with 43 additions and 3 deletions

View File

@ -195,7 +195,7 @@ defaults:
related: true
# _pages
- scope:
path: ""
path: "_pages"
type: pages
values:
layout: single

File diff suppressed because one or more lines are too long