diff --git a/vanilla/templates/_layouts/docs.html b/vanilla/templates/_layouts/docs.html index c47ffa7..e3fbde3 100644 --- a/vanilla/templates/_layouts/docs.html +++ b/vanilla/templates/_layouts/docs.html @@ -96,14 +96,15 @@

{{ title.split('|')[0] }}

'outdated': 'Outdated', 'deprecated': 'Deprecated' } %} - - {% if status in ['braindump', 'draft', 'review'] %} -
{{ status_labels[status] }}
- {% elif status in ['approved', 'completed'] %} -
{{ status_labels[status] }}
- {% elif status in ['outdated', 'deprecated'] %} -
{{ status_labels[status] }}
- {% endif %} +
+ {% if status in ['braindump', 'draft', 'review'] %} +
{{ status_labels[status] }}
+ {% elif status in ['approved', 'completed'] %} +
{{ status_labels[status] }}
+ {% elif status in ['outdated', 'deprecated'] %} +
{{ status_labels[status] }}
+ {% endif %} +
{% include "_layouts/_component_tabs.html" %} {% if not page_tabs %}