From 08c1aa8abeec3e31138bfba6f269738a21e83783 Mon Sep 17 00:00:00 2001 From: frosty Date: Thu, 2 Apr 2026 09:55:12 +0300 Subject: fix: prioritise theme files --- templates/images.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/images.html') diff --git a/templates/images.html b/templates/images.html index 9fd0584..c02dbe1 100644 --- a/templates/images.html +++ b/templates/images.html @@ -9,8 +9,8 @@ - {{if theme == "light"}}{{endif}} - {{if theme == "dark"}}{{endif}} + {{if theme == "light"}}{{endif}} + {{if theme == "dark"}}{{endif}} -- cgit v1.2.3