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