diff --git a/layout/theme.liquid b/layout/theme.liquid index 2f9fff6..6f8e156 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -59,7 +59,7 @@ endcapture %} - console.log("3", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }}) + console.log("1", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }}) diff --git a/sections/header.liquid b/sections/header.liquid index 9b9fea6..323e977 100644 --- a/sections/header.liquid +++ b/sections/header.liquid @@ -185,12 +185,14 @@ assign shx_header_logo = settings.logo if shx_current_page contains "texte" - assign shx_header_logo = settings.shx_logo_texte | asset_url + assign shx_header_logo = settings.shx_logo_texte elsif shx_current_page contains "figuren" - assign shx_header_logo = settings.shx_logo_figuren | asset_url + assign shx_header_logo = settings.shx_logo_figuren endif %} +