_layouts/demo.html in futuro-0.2.4 vs _layouts/demo.html in futuro-0.2.5
- old
+ new
@@ -1,13 +1,13 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
- {% include html/head.html %}
+ {% include html/head.html.liquid %}
<body class="{% if page.demo %}{{ page.demo | prepend: '_demo-' }}{% endif %}">
- {% include html/overlay.html title='load' state='open' demo='true' %}
+ {% include html/overlay.html.liquid title='load' state='open' demo='true' %}
<div class="site">
{% if site.header %}
<header>
@@ -29,8 +29,8 @@
</div>
</body>
- {% include html/futuro.html %}
+ {% include html/futuro.html.liquid %}
</html>