_layouts/home.html in no-style-please-0.3.1 vs _layouts/home.html in no-style-please-0.4.0

- old
+ new

@@ -1,11 +1,13 @@ --- layout: default --- <header> <h1>{{ site.title }}</h1> - {% if site.theme_config.show_description == true %} + {% if site.theme_config.show_description %} <p>{{ site.description }}</p> {% endif %} </header> -{% include menu_item.html collection=site.data.menu.entries %} +{% include menu_item.html collection=site.data.menu.entries %} + +{{ content }} \ No newline at end of file