forked from deepStateMirrors/tabi
🐛 fix(skins): load teal
if set in config
This commit is contained in:
parent
4d12cfe3fa
commit
3e30557dca
2 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@
|
|||
{%- endif -%}
|
||||
|
||||
{# Load extra CSS for custom skin #}
|
||||
{%- if config.extra.skin and config.extra.skin != "teal" -%}
|
||||
{%- if config.extra.skin -%}
|
||||
{%- set stylesheets = stylesheets | concat(with='skins/' ~ config.extra.skin ~ '.css') -%}
|
||||
{%- endif -%}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue