diff --git a/templates/atom.xml b/templates/atom.xml index c3cd2ee..b2f31bc 100644 --- a/templates/atom.xml +++ b/templates/atom.xml @@ -20,7 +20,7 @@ {#- Load extra CSS (skin) if set in config.toml -#} - {%- if config.extra.skin and config.extra.skin != "teal" -%} + {%- if config.extra.skin -%} {%- endif -%} diff --git a/templates/partials/header.html b/templates/partials/header.html index 8c4b89d..110680f 100644 --- a/templates/partials/header.html +++ b/templates/partials/header.html @@ -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 -%}