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
2 changed files with 1 additions and 2 deletions

View File

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

View File

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