Add keywords inclusion tests

This commit is contained in:
Jeremy Thomas
2020-08-08 17:16:04 +01:00
parent 25226a9ed6
commit eb604e5fff
19 changed files with 225 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<body
class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}"
>
{% include global/notice.html %}
<!-- {% include global/notice.html %} -->
{% include global/deprecated.html %}
{{ content }}
{% include global/footer.html %}