diff options
Diffstat (limited to 'templates/base.qtpl')
| -rw-r--r-- | templates/base.qtpl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/base.qtpl b/templates/base.qtpl index b3df94a..e43fb67 100644 --- a/templates/base.qtpl +++ b/templates/base.qtpl @@ -60,6 +60,8 @@ 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"> <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" /> |
