_layouts/demo.html in futuro-0.1.3 vs _layouts/demo.html in futuro-0.1.4
- old
+ new
@@ -3,21 +3,21 @@
{% include html/head.html %}
<body>
- {% include html/overlay.html title='load' state='open' %}
+ {% include html/overlay.html title='load' state='open' demo='true' %}
<div class="site">
{% if site.header %}
<header>
{{site.header}}
</header>
{% endif %}
- <div class="area _demo">
- <div class="wrap _demo">
+ <div class="area _hero --demo">
+ <div class="wrap _hero --demo">
{{ content }}
</div>
</div>
{% if site.footer %}