From 7cfd6a72491a300f4f599d2b531e9f1dc215c7a0 Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Sat, 2 Jun 2018 14:45:11 +0100 Subject: [Wiki] Attempt to fix page views on mobile --- templates/wiki/base.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/wiki/base.html b/templates/wiki/base.html index 126ab4a3..9fe4b4e9 100644 --- a/templates/wiki/base.html +++ b/templates/wiki/base.html @@ -31,7 +31,7 @@
{% include "main/navigation.html" %}
-
+
    {% if data is defined and current_page == "wiki.page" %} {% if "headers" in data and data.headers %} @@ -188,6 +188,9 @@
+ +
+
{% block content %}{% endblock %}
@@ -209,5 +212,6 @@ + -- cgit v1.2.3