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
|
type: posts
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
|
author_profile: true
|
||||||
comments: true
|
comments: true
|
||||||
share: true
|
share: true
|
||||||
related: true
|
related: true
|
||||||
|
@ -121,18 +122,28 @@ defaults:
|
||||||
type: pages
|
type: pages
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
|
author_profile: true
|
||||||
# _recipes
|
# _recipes
|
||||||
- scope:
|
- scope:
|
||||||
path: _recipes
|
path: _recipes
|
||||||
type: recipes
|
type: recipes
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
|
author_profile: true
|
||||||
# _pets
|
# _pets
|
||||||
- scope:
|
- scope:
|
||||||
path: _pets
|
path: _pets
|
||||||
type: pets
|
type: pets
|
||||||
values:
|
values:
|
||||||
layout: single
|
layout: single
|
||||||
|
author_profile: true
|
||||||
|
# _portfolio
|
||||||
|
- scope:
|
||||||
|
path: _portfolio
|
||||||
|
type: portfolio
|
||||||
|
values:
|
||||||
|
layout: single
|
||||||
|
author_profile: true
|
||||||
|
|
||||||
# Plugins
|
# Plugins
|
||||||
gems:
|
gems:
|
||||||
|
|
Loading…
Reference in a new issue