summaryrefslogtreecommitdiff
path: root/searx/templates/simple/base.html
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-11-19 13:49:16 +0100
committerAlexandre Flament <alex@al-f.net>2021-11-19 16:45:50 +0100
commitec5a82fccd658790708b230516fa6ce93f9c7612 (patch)
tree4e8c67b41670ccc5bd0132b5b1005eca45ac77bb /searx/templates/simple/base.html
parentf6bfc8f4615ba91f3c54687ae9f0dc828507573e (diff)
[enh] simple theme: add "simple-style" preferences
Diffstat (limited to 'searx/templates/simple/base.html')
-rw-r--r--searx/templates/simple/base.html2
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">