Fix index carbon

This commit is contained in:
Jeremy Thomas
2016-09-24 16:10:11 +01:00
parent f08e3bcb5f
commit 535a238b58
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html>
<html class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
{% include head.html %}
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
{{ content }}