Add new spacing helpers

This commit is contained in:
Jeremy Thomas
2020-05-10 14:47:06 +01:00
parent bf49b8eeab
commit f18da99551
16 changed files with 436 additions and 149 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>