fixed order

This commit is contained in:
gpkvt 2023-06-04 01:53:29 +02:00
parent 98ab125553
commit cbc61214e2
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
<!DOCTYPE html>
{%- if theme == "light" %}
<html lang="{{ lang }}" data-theme="dark">
{%- else %}
<html lang="{{ lang }}" data-theme="light">
{%- else %}
<html lang="{{ lang }}" data-theme="dark">
{%- endif %}
<head>