From f9d0b8653da1ec7701098d791c99a5cd76c25f46 Mon Sep 17 00:00:00 2001 From: mst Date: Tue, 26 Nov 2024 14:56:37 +0300 Subject: [PATCH] add userway into base template + font preload condition --- templates/base.html | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/templates/base.html b/templates/base.html index cff12f5..f6402b0 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,13 +1,17 @@ + {% if cfg.accessibility.userway.enabled %} + + {% endif %} - - + + - + {%- if cfg.accessibility.font == 'default' -%} + {%- endif -%}