aboutsummaryrefslogtreecommitdiff
path: root/templates/results.html
diff options
context:
space:
mode:
authorfrosty <gabriel@bwaaa.monster>2026-06-05 09:47:24 -0400
committerfrosty <gabriel@bwaaa.monster>2026-06-05 09:49:27 -0400
commitad949a452fb9ec6290adb8ec14a04171233a8426 (patch)
tree02f89ccd8db37b975c0eff93343f487e506accb3 /templates/results.html
parent24f9909badd4e7aa1f3aeef717b93e9b71c20a4e (diff)
parentb8fd03344d1550cce1d13c753c400d00c2c11b97 (diff)
downloadomnisearch-ad949a452fb9ec6290adb8ec14a04171233a8426.tar.gz
chore: merge indev into master
Diffstat (limited to 'templates/results.html')
-rw-r--r--templates/results.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/results.html b/templates/results.html
index f97a096..bea337f 100644
--- a/templates/results.html
+++ b/templates/results.html
@@ -8,8 +8,7 @@
OmniSearch - {{query}}
</title>
<link rel="stylesheet" href="static/main.css">
- {{if theme == "light"}}<link rel="preload" href="static/theme-light.css" as="style"><link rel="stylesheet" href="static/theme-light.css">{{endif}}
- {{if theme == "dark"}}<link rel="preload" href="static/theme-dark.css" as="style"><link rel="stylesheet" href="static/theme-dark.css">{{endif}}
+ <link rel="stylesheet" href="static/themes/{{theme}}.css">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<link rel="search"
type="application/opensearchdescription+xml"