Add versions

This commit is contained in:
Jeremy Thomas
2017-07-24 15:44:24 +02:00
parent 42780d04a7
commit f9223ad360
10 changed files with 192 additions and 117 deletions

View File

@@ -2,6 +2,7 @@
<html lang="en" 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 %}">
{% include deprecated.html %}
{{ content }}
{% include footer.html %}
</body>