fix
This commit is contained in:
parent
d4da64f676
commit
38d9a0e8e6
1 changed files with 1 additions and 1 deletions
|
@ -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 %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue