Remove banner

This commit is contained in:
Jeremy Thomas
2020-05-17 13:43:03 +01:00
parent dffdffa1a4
commit 0dc44161bc
7 changed files with 30 additions and 17 deletions

View File

@@ -7,7 +7,8 @@
<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 %}
{% include global/deprecated.html %}
{{ content }}
{% include global/footer.html %}
</body>
</html>