Organize partials

This commit is contained in:
Jeremy Thomas
2018-04-09 22:25:26 +01:00
parent a1c1909001
commit e8d4efb274
97 changed files with 691 additions and 835 deletions

View File

@@ -4,7 +4,7 @@ route: index
fixed_navbar: true
---
{% include navbar.html id="Index" %}
{% include global/navbar.html id="Index" %}
{% include index/intro.html %}
@@ -52,7 +52,7 @@ fixed_navbar: true
</section>
<section class="bd-tws-home">
{% include tws.html %}
{% include elements/tws.html %}
</section>
<section class="section is-medium">
@@ -472,7 +472,7 @@ fixed_navbar: true
</div>
</section>
{% include features.html %}
{% include index/features.html %}
<hr class="is-marginless">