From 9eeadd1e667d7908b1ffd707662676cee63d1ede Mon Sep 17 00:00:00 2001 From: sptaule Date: Thu, 27 Jan 2022 11:28:21 +0100 Subject: Fix blurry svg logo & misc QoL improvements --- templates/base.html | 356 ++++++++++++++++++++++++++++------------------------ 1 file changed, 193 insertions(+), 163 deletions(-) (limited to 'templates/base.html') diff --git a/templates/base.html b/templates/base.html index bdda7e4..1e44aa7 100755 --- a/templates/base.html +++ b/templates/base.html @@ -4,173 +4,203 @@ - - - - - - {% if config.extra.favicon.webmanifest %} - - {% endif %} - {% if config.extra.favicon.safari_pinned_tab %} - - {% endif %} - {% if config.extra.favicon.favicon_16x16 %} - - {% endif %} - {% if config.extra.favicon.favicon_32x32 %} - - {% endif %} - {% if config.extra.favicon.apple_touch_icon %} - - {% endif %} - - {% if config.extra.galleria.enabled %} - - {% endif %} - - {% if config.extra.mapbox.enabled %} - - {% endif %} - - - - - - {% block user_custom_stylesheet %} - {% endblock %} - - - {% block title %} - {{ config.title }} - {% endblock title %} - - - {% if config.extra.katex.enabled %} - - - - - {% if config.extra.katex.auto_render %} - - {% endif %} - {% endif %} + + + + + + {% if config.extra.favicon.webmanifest %} + + {% endif %} + {% if config.extra.favicon.safari_pinned_tab %} + + {% endif %} + {% if config.extra.favicon.favicon_16x16 %} + + {% endif %} + {% if config.extra.favicon.favicon_32x32 %} + + {% endif %} + {% if config.extra.favicon.apple_touch_icon %} + + {% endif %} + + {% if config.extra.galleria.enabled %} + + {% endif %} + + {% if config.extra.mapbox.enabled %} + + {% endif %} + + + + + + {% block user_custom_stylesheet %} + {% endblock %} + + + {% block title %} + {{ config.title }} + {% endblock title %} + + + {% if config.extra.katex.enabled %} + + + + + {% if config.extra.katex.auto_render %} + + {% endif %} + {% endif %} - - -
- {% block content %}{% endblock %} -
- - - {% block pagination %} - {% if paginator.previous or paginator.next %} -
-
- -
-
- {% endif %} - {% endblock %} - - {% block comment %} - {% endblock %} - - - - {% if config.extra.galleria.enabled %} - - - - {% endif %} - {% if config.extra.mermaid.enabled %} - - {% endif %} - {% if config.extra.chart.enabled %} - - {% endif %} - - - {%- if lang != "en" -%} - {%- block other_lang_search_js -%} - {%- endblock -%} - {%- endif -%} - - - {% block custom_js %} - {% endblock %} - - {% block user_custom_js %} - {% endblock %} + + + {% block pagination %} + {% if paginator.previous or paginator.next %} +
+
+ +
+
+ {% endif %} + {% endblock %} + + {% block comment %} + {% endblock %} + + + + {% if config.extra.galleria.enabled %} + + + + {% endif %} + {% if config.extra.mermaid.enabled %} + + {% endif %} + {% if config.extra.chart.enabled %} + + {% endif %} + + + {%- if lang != "en" -%} + {%- block other_lang_search_js -%} + {%- endblock -%} + {%- endif -%} + + + {% block custom_js %} + {% endblock %} + + {% block user_custom_js %} + {% endblock %} - + \ No newline at end of file -- cgit v1.2.3