From e0a989555b6bef9173088da9e0b980338a88ce0c Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Wed, 19 Jun 2024 14:44:10 +0200 Subject: Swiched the theme to bulma-css --- theme/custom/base.html | 185 ------------------------------------------------- 1 file changed, 185 deletions(-) delete mode 100755 theme/custom/base.html (limited to 'theme/custom/base.html') diff --git a/theme/custom/base.html b/theme/custom/base.html deleted file mode 100755 index da00963..0000000 --- a/theme/custom/base.html +++ /dev/null @@ -1,185 +0,0 @@ -{% if 'jinja2.ext.i18n' not in JINJA_ENVIRONMENT.extensions and 'jinja2.ext.i18n' not in JINJA_EXTENSIONS %} - {%- macro _(msg) -%} - {{ msg % kwargs }} - {%- endmacro -%} -{% endif %} - - - - - - - - - - - {% if page in hidden_pages %} - - {% else %} - - {% endif %} - - {% if USE_GOOGLE_FONTS != False %} - - - - {% endif %} - - {% if USE_LESS %} - - - {% else %} - - {% endif %} - - {# DARK THEME STYLES #} - {% if THEME_COLOR == "dark" or THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE %} - - {% endif %} - - {# PYGMENTS STYLES #} - {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or THEME_COLOR_ENABLE_USER_OVERRIDE or THEME_COLOR == "dark" %} - - {% endif %} - {% if THEME_COLOR_AUTO_DETECT_BROWSER_PREFERENCE or not THEME_COLOR or THEME_COLOR == "light" %} - - {% endif %} - - {% if PLUGINS and 'tipue_search' in PLUGINS %} - - {% endif %} - - - - - - {% if CUSTOM_CSS %} - - {% endif %} - - {% include "partial/icon.html" %} - - {% include "partial/color.html" %} - - {% include "partial/feed.html" %} - - {% include "partial/ga.html" %} - {% include "partial/ggst.html" %} - - {% if not PLUGINS or 'seo' not in PLUGINS %} - {% if REL_CANONICAL %} - {% if page %} - - {% elif article %} - - {% elif page_name == 'index' and not articles_previous_page %} - - {% elif author or category or tag or page_name == 'index' %} - - {% else %} - - {% endif %} - {% endif %} - {% endif %} - - {% block meta %} - - - {% include "partial/og.html" %} - {% endblock %} - - {{ SITENAME }}{% block title %}{% endblock %} - - {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.page_level_ads %} - - - {% endif %} - - {% include "partial/gtm.html" %} - {% include "partial/clarity.html" %} - - - {% include "partial/gtm_noscript.html" %} - - {% include "partial/sidebar.html" %} - -
- {% if GOOGLE_ADSENSE and GOOGLE_ADSENSE.ads.main_menu %} - - - - {% endif %} - - {% include "partial/nav.html" %} - - {% block content %} - {% endblock %} - - {% include "partial/footer.html" %} -
- - {% include "partial/jsonld.html" %} - {% include "partial/guages.html" %} - {% include "partial/addthis.html" %} - {% include "partial/matomo.html" %} - {% include 'partial/github.html' %} - {% include 'partial/stork.html' %} - - {% block additional_js %}{% endblock %} - - -- cgit v1.2.3