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