From cb5fb68c5e2c9d28452de72b0817b56d6e7782a2 Mon Sep 17 00:00:00 2001 From: Zankaria Date: Thu, 15 Aug 2024 16:12:32 +0200 Subject: [PATCH] header.html: format --- templates/header.html | 110 +++++++++++++++++++++--------------------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/templates/header.html b/templates/header.html index f72b752a..14a42952 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,55 +1,55 @@ - - {% if config.url_favicon %}{% endif %} - - - {% if config.meta_keywords %}{% endif %} - {% if config.default_stylesheet.1 != '' %}{% endif %} - {% if config.font_awesome %}{% endif %} - {% if config.country_flags_condensed %}{% endif %} - - {% if not nojavascript %} - - {% if not config.additional_javascript_compile %} - {% for javascript in config.additional_javascript %}{% endfor %} - {% endif %} - {% if mod %} - - {% endif %} - {% endif %} - {% if config.captcha.provider == 'recaptcha' %} - {% endif %} - {% if config.captcha.provider.hcaptcha %} - - {% endif %} + +{% if config.url_favicon %}{% endif %} + + +{% if config.meta_keywords %}{% endif %} +{% if config.default_stylesheet.1 != '' %}{% endif %} +{% if config.font_awesome %}{% endif %} +{% if config.country_flags_condensed %}{% endif %} + +{% if not nojavascript %} + + {% if not config.additional_javascript_compile %} + {% for javascript in config.additional_javascript %}{% endfor %} + {% endif %} + {% if mod %} + + {% endif %} +{% endif %} +{% if config.captcha.provider == 'recaptcha' %} +{% endif %} +{% if config.captcha.provider.hcaptcha %} + +{% endif %}