fixed initial theme
This commit is contained in:
parent
70ff903457
commit
203777512a
|
@ -1,9 +1,5 @@
|
|||
<!DOCTYPE html>
|
||||
{%- if theme == "light" %}
|
||||
<html lang="{{ i18n.lang }}" data-theme="light">
|
||||
{%- else %}
|
||||
<html lang="{{ i18n.lang }}" data-theme="dark">
|
||||
{%- endif %}
|
||||
<html lang="{{ i18n.lang }}" data-theme="{{ config.theme }}">
|
||||
|
||||
<head>
|
||||
<title>{{ i18n.title }}</title>
|
||||
|
|
Loading…
Reference in New Issue