diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-04-02 09:59:44 +0300 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-04-02 09:59:44 +0300 |
| commit | 62e6d0c3d6cc3b304f75d1d8d32fd89081d147a0 (patch) | |
| tree | 5ef2ab3a718f29f0580a11bfa20957fa5b1934a5 /templates/images.html | |
| parent | 08c1aa8abeec3e31138bfba6f269738a21e83783 (diff) | |
| download | omnisearch-62e6d0c3d6cc3b304f75d1d8d32fd89081d147a0.tar.gz | |
fix: fixed issue with last commit
Diffstat (limited to 'templates/images.html')
| -rw-r--r-- | templates/images.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/images.html b/templates/images.html index c02dbe1..d7397b5 100644 --- a/templates/images.html +++ b/templates/images.html @@ -9,8 +9,8 @@ </title> <link rel="icon" type="image/x-icon" href="/static/favicon.ico"> <link rel="stylesheet" href="static/main.css"> - {{if theme == "light"}}<link rel="preload" href="static/theme-light.css" as="style">{{endif}} - {{if theme == "dark"}}<link rel="preload" href="static/theme-dark.css" as="style">{{endif}} + {{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}} </head> <body class="images-view"> |
