aboutsummaryrefslogtreecommitdiff
path: root/templates/base.qtpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.qtpl')
-rw-r--r--templates/base.qtpl3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl
index e43fb67..1dddb57 100644
--- a/templates/base.qtpl
+++ b/templates/base.qtpl
@@ -60,8 +60,7 @@ Page prints a page implementing Page interface.
<link rel="icon" href="data:,">
<title>{%= p.Title(ctx) %}</title>
<link rel="stylesheet" href="/static/main{%s Slug %}.css">
- <link rel="stylesheet" href="/static/themes/dark">
- <link rel="stylesheet" href="/static/themes/light">
+ <link rel="stylesheet" href="/static/theme{%s Slug %}.css">
<html data-bs-theme="dark">
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta name="viewport" content="width=device-width, initial-scale=1" />