Edit defaults
This commit is contained in:
parent
b2cc96622e
commit
6787b61933
1 changed files with 11 additions and 0 deletions
11
_config.yml
11
_config.yml
|
@ -112,6 +112,7 @@ defaults:
|
|||
type: posts
|
||||
values:
|
||||
layout: single
|
||||
author_profile: true
|
||||
comments: true
|
||||
share: true
|
||||
related: true
|
||||
|
@ -121,18 +122,28 @@ defaults:
|
|||
type: pages
|
||||
values:
|
||||
layout: single
|
||||
author_profile: true
|
||||
# _recipes
|
||||
- scope:
|
||||
path: _recipes
|
||||
type: recipes
|
||||
values:
|
||||
layout: single
|
||||
author_profile: true
|
||||
# _pets
|
||||
- scope:
|
||||
path: _pets
|
||||
type: pets
|
||||
values:
|
||||
layout: single
|
||||
author_profile: true
|
||||
# _portfolio
|
||||
- scope:
|
||||
path: _portfolio
|
||||
type: portfolio
|
||||
values:
|
||||
layout: single
|
||||
author_profile: true
|
||||
|
||||
# Plugins
|
||||
gems:
|
||||
|
|
Loading…
Reference in a new issue