Skip to content

Commit

Permalink
Docs: Adjust for setting default layout correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
GaryJones committed Aug 7, 2017
1 parent d7e1a91 commit 8ee770e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/example-config.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
ThemeSettings::SEMANTIC_HEADINGS => 0,
],
ThemeSettings::DEFAULTS => [
ThemeSettings::SITE_LAYOUT => 'full-width-content',
ThemeSettings::BLOG_TITLE => 'image',
],
];

Expand All @@ -104,6 +104,7 @@
Layouts::SIDEBAR_CONTENT_SIDEBAR,
Layouts::SIDEBAR_SIDEBAR_CONTENT,
],
Layouts::DEFAULTLAYOUT => __genesis_return_full_width_content()
];

$gamajo_widgets = [
Expand Down

0 comments on commit 8ee770e

Please sign in to comment.