Announce 0.8.2

This commit is contained in:
Jeremy Thomas
2020-04-11 13:24:36 +01:00
parent 24c09831ca
commit 0a786411a2
2 changed files with 12 additions and 8 deletions

View File

@@ -1,9 +1,13 @@
<!DOCTYPE html>
<html lang="en" class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}">
<html
lang="en"
class="{% if page.route %}route-{{page.route}}{% elsif page.layout %}route-{{page.layout}}{% endif %}"
>
{% include global/head.html %}
<body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
{% include global/deprecated.html %}
{{ content }}
{% include global/footer.html %}
<body
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
>
{% include global/deprecated.html %} {% include global/notice.html %} {{
content }} {% include global/footer.html %}
</body>
</html>