diff options
Diffstat (limited to 'templates/wiki/special.html')
-rw-r--r-- | templates/wiki/special.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/templates/wiki/special.html b/templates/wiki/special.html deleted file mode 100644 index 12e9cb18..00000000 --- a/templates/wiki/special.html +++ /dev/null @@ -1,17 +0,0 @@ -{% extends "wiki/base.html" %} -{% block title %}Wiki | Special Pages{% endblock %} -{% block og_title %}Wiki | Special Pages{% endblock %} -{% block og_description %}Wiki special pages, non-article informational pages{% endblock %} -{% block content %} - <div class="uk-container uk-container-small"> - <h2 class="uk-title"> - Special Pages - </h2> - - <ul> - <li><a href="{{ url_for("wiki.special.all_pages") }}"> - Special: All Pages - </a></li> - </ul> - </div> -{% endblock %}
\ No newline at end of file |