From fcf5c3d73afaddc24197b2353718be18f0bb462a Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 22 Aug 2024 00:15:51 +0200 Subject: [PATCH] templates: bust all css caches with resource_version --- templates/header.html | 6 +++--- templates/mod/ban_list.html | 4 ++-- templates/themes/recent/recent.html | 16 ++++++++-------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/templates/header.html b/templates/header.html index b928ff4a..335f572e 100644 --- a/templates/header.html +++ b/templates/header.html @@ -3,9 +3,9 @@ {% if config.meta_keywords %}{% endif %} -{% if config.default_stylesheet.1 != '' %}{% endif %} -{% if config.font_awesome %}{% endif %} -{% if config.country_flags_condensed %}{% endif %} +{% if config.default_stylesheet.1 != '' %}{% endif %} +{% if config.font_awesome %}{% endif %} +{% if config.country_flags_condensed %}{% endif %} - - + +
{% if token %} diff --git a/templates/themes/recent/recent.html b/templates/themes/recent/recent.html index 2a4510f8..9fce7ab8 100644 --- a/templates/themes/recent/recent.html +++ b/templates/themes/recent/recent.html @@ -4,11 +4,11 @@ {{ settings.title }} - - + + {% if config.url_favicon %}{% endif %} - {% if config.default_stylesheet.1 != '' %}{% endif %} - {% if config.font_awesome %}{% endif %} + {% if config.default_stylesheet.1 != '' %}{% endif %} + {% if config.font_awesome %}{% endif %} {% include 'header.html' %} @@ -17,7 +17,7 @@

{{ settings.title }}

{{ settings.subtitle }}
- +

Recent Images

@@ -36,7 +36,7 @@
    {% for post in recent_posts %}
  • - {{ post.board_name }}: + {{ post.board_name }}: {{ post.snippet }} @@ -53,11 +53,11 @@
- +
{% include 'footer.html' %} - + {% endapply %}