diff options
Diffstat (limited to 'templates/wiki/page_view.html')
-rw-r--r-- | templates/wiki/page_view.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/wiki/page_view.html b/templates/wiki/page_view.html index 5ce22784..c660ed6d 100644 --- a/templates/wiki/page_view.html +++ b/templates/wiki/page_view.html @@ -2,6 +2,8 @@ {% block title %}Wiki | {{ data["title"] }}{% endblock %} {% block og_title %}Wiki | {{ data["title"] }}{% endblock %} {% block og_description %}{% endblock %} +{% block page_classes %}uses-rst{% endblock %} + {% block content %} <div class="uk-container uk-container-small" id="doc-view"> <h2 class="uk-title"> |