diff options
| author | Alexandre Flament <alex@al-f.net> | 2021-11-19 13:49:16 +0100 |
|---|---|---|
| committer | Alexandre Flament <alex@al-f.net> | 2021-11-19 16:45:50 +0100 |
| commit | ec5a82fccd658790708b230516fa6ce93f9c7612 (patch) | |
| tree | 4e8c67b41670ccc5bd0132b5b1005eca45ac77bb /searx/templates/simple/base.html | |
| parent | f6bfc8f4615ba91f3c54687ae9f0dc828507573e (diff) | |
[enh] simple theme: add "simple-style" preferences
Diffstat (limited to 'searx/templates/simple/base.html')
| -rw-r--r-- | searx/templates/simple/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/templates/simple/base.html b/searx/templates/simple/base.html index 093b380f9..52a5e5192 100644 --- a/searx/templates/simple/base.html +++ b/searx/templates/simple/base.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<html class="no-js" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}> +<html class="no-js theme-{{ preferences.get_value('simple_style') or 'auto' }}" lang="{{ locale_rfc5646 }}" {% if rtl %} dir="rtl"{% endif %}> <head> <meta charset="UTF-8" /> <meta name="description" content="SearXNG — a privacy-respecting, hackable metasearch engine"> |