From 8ee770ec1bd4749496d9a2bd7ed583ca23f3a046 Mon Sep 17 00:00:00 2001 From: Gary Jones Date: Mon, 7 Aug 2017 15:34:17 +0100 Subject: [PATCH] Docs: Adjust for setting default layout correctly --- docs/example-config.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/example-config.php b/docs/example-config.php index 59dbe94..0db6a16 100644 --- a/docs/example-config.php +++ b/docs/example-config.php @@ -94,7 +94,7 @@ ThemeSettings::SEMANTIC_HEADINGS => 0, ], ThemeSettings::DEFAULTS => [ - ThemeSettings::SITE_LAYOUT => 'full-width-content', + ThemeSettings::BLOG_TITLE => 'image', ], ]; @@ -104,6 +104,7 @@ Layouts::SIDEBAR_CONTENT_SIDEBAR, Layouts::SIDEBAR_SIDEBAR_CONTENT, ], + Layouts::DEFAULTLAYOUT => __genesis_return_full_width_content() ]; $gamajo_widgets = [