Fixed darkmode
This commit is contained in:
parent
469492eb2d
commit
ff6dbf7d04
|
@ -4,6 +4,7 @@
|
|||
<head>
|
||||
<title>{{ title }}</title>
|
||||
{%- if theme == "dark" %}
|
||||
<link rel="stylesheet" type="text/css" href="/css/light.css?t={{ epoch }}">
|
||||
<link rel="stylesheet" type="text/css" href="/css/dark.css?t={{ epoch }}">
|
||||
{%- elif theme == "light" %}
|
||||
<link rel="stylesheet" type="text/css" href="/css/light.css?t={{ epoch }}">
|
||||
|
|
Loading…
Reference in New Issue