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