From c3ed9017385342944badec46de263560c6ab07c8 Mon Sep 17 00:00:00 2001 From: frosty Date: Mon, 30 Mar 2026 10:37:46 +0300 Subject: feat: begin adding settings menu, move theme to settings --- templates/images.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'templates/images.html') diff --git a/templates/images.html b/templates/images.html index f04867b..92ab7b5 100644 --- a/templates/images.html +++ b/templates/images.html @@ -7,8 +7,10 @@ OmniSearch Images - {{query}} - + + {{if theme == "light"}}{{endif}} + {{if theme == "dark"}}{{endif}} @@ -20,6 +22,7 @@ +
-- cgit v1.2.3