diff options
Diffstat (limited to 'templates/wiki/index.html')
-rw-r--r-- | templates/wiki/index.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/templates/wiki/index.html b/templates/wiki/index.html index 5601cbbf..27e94d61 100644 --- a/templates/wiki/index.html +++ b/templates/wiki/index.html @@ -1,11 +1,9 @@ -{% extends "main/base.html" %} +{% extends "wiki/base.html" %} {% block title %}Wiki | Home{% endblock %} {% block og_title %}Wiki | Home{% endblock %} {% block og_description %}Landing page for the wiki{% endblock %} {% block content %} - <div class="uk-container uk-section"> <h1 class="uk-title uk-text-center"> Placeholder text. </h1> - </div> {% endblock %}
\ No newline at end of file |