forked from deepStateMirrors/tabi
🐛 fix(header): don't fail if custom_subset absent (#132)
This commit is contained in:
parent
d6aaa7651f
commit
c79407e6d7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
{# CSS #}
|
||||
{# Load subset of glyphs for header. Avoids flashing issue in Firefox #}
|
||||
{% if config.extra.custom_subset == true %}
|
||||
{% if config.extra.custom_subset and config.extra.custom_subset == true %}
|
||||
<link rel="stylesheet" href={{ get_url(path="custom_subset.css" ) }}>
|
||||
{% elif lang == 'en' %}
|
||||
<link rel="stylesheet" href={{ get_url(path="inter_subset_en.css" ) }}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue