fixed order
This commit is contained in:
parent
98ab125553
commit
cbc61214e2
|
@ -1,8 +1,8 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
{%- if theme == "light" %}
|
{%- if theme == "light" %}
|
||||||
<html lang="{{ lang }}" data-theme="dark">
|
|
||||||
{%- else %}
|
|
||||||
<html lang="{{ lang }}" data-theme="light">
|
<html lang="{{ lang }}" data-theme="light">
|
||||||
|
{%- else %}
|
||||||
|
<html lang="{{ lang }}" data-theme="dark">
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
|
|
Loading…
Reference in New Issue