fix
This commit is contained in:
parent
0b3a3d3b14
commit
b9882634cc
2 changed files with 2 additions and 2 deletions
|
@ -217,7 +217,7 @@
|
|||
|
||||
</head>
|
||||
|
||||
{% if v and (v.theme2 == 'theme-iron dark' or v.theme2 == 'theme-evergreen') %}
|
||||
{% if v and v.theme2 %}
|
||||
{% set theme = v.theme2 %}
|
||||
{% else %}
|
||||
{% set theme = 'theme-iron dark' %}
|
||||
|
|
|
@ -57,7 +57,7 @@
|
|||
</style>
|
||||
</head>
|
||||
|
||||
{% if v and (v.theme2 == 'theme-iron dark' or v.theme2 == 'theme-evergreen') %}
|
||||
{% if v and v.theme2 %}
|
||||
{% set theme = v.theme2 %}
|
||||
{% else %}
|
||||
{% set theme = 'theme-iron dark' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue