Merge branch 'feature/navbar' of github.com:jgthms/bulma into feature/navbar

This commit is contained in:
Jeremy Thomas 2017-07-02 17:00:54 +01:00
commit 270d37d2d4
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,7 @@
</a>
</div>
<div class="column is-narrow">
{% include carbon.html %}
<!-- {% include carbon.html %} -->
</div>
</div>
</div>

View File

@ -3,6 +3,5 @@
{% include head.html %}
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
{{ content }}
{% include footer.html %}
</body>
</html>