From 6787b61933fb5e387be15ef6edf601397bbfcab2 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Sun, 6 Mar 2016 22:08:36 -0500 Subject: [PATCH] Edit defaults --- _config.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/_config.yml b/_config.yml index aaeeb11..86f3fb9 100644 --- a/_config.yml +++ b/_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: -- 2.43.0