_layouts/home.html in no-style-please-0.4.0 vs _layouts/home.html in no-style-please-0.4.2
- old
+ new
@@ -1,13 +1,13 @@
---
layout: default
---
<header>
<h1>{{ site.title }}</h1>
- {% if site.theme_config.show_description %}
+ {%-if site.theme_config.show_description-%}
<p>{{ site.description }}</p>
- {% endif %}
+ {%-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