This commit is contained in:
kek7198 2021-12-19 15:52:15 -06:00
parent d4da64f676
commit 38d9a0e8e6

View file

@ -218,7 +218,7 @@
</head> </head>
{% if v and (v.theme == 'theme-iron dark' or v.theme == 'theme-evergreen') %} {% if v and (v.theme == 'theme-iron dark' or v.theme == 'theme-evergreen') %}
{% set theme = {{ v.theme }} %} {% set theme = v.theme %}
{% else %} {% else %}
{% set theme = 'theme-iron dark' %} {% set theme = 'theme-iron dark' %}
{% endif %} {% endif %}