diff --git a/_layouts/default.html b/_layouts/default.html index 6882c28..89529d2 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -29,7 +29,21 @@
- {{ content }} + {% if page.title == 'Governance' %} + + {% include boardofdirectors.html %} + + {{ content }} + + {% elsif page.title == 'The Swarm' %} + {{ content }} + + {% include hives.html %} + + + {% else %} + {{ content }} + {% endif %}
@@ -42,10 +56,14 @@ + + + {% include hivesmodals.html %} + {% include js.html %} - +