From 11e71cccbfe1a7bb96f858f9ef74e54077461d4f Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Sat, 22 Jun 2024 10:58:42 +0200 Subject: [PATCH] dynamic header logo --- sections/header.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sections/header.liquid b/sections/header.liquid index 9487735..75fde78 100644 --- a/sections/header.liquid +++ b/sections/header.liquid @@ -185,7 +185,7 @@ assign shx_header_logo = settings.logo if shx_current_page contains "texte" - assign shx_header_logo = settings.shx_logo_tiere + assign shx_header_logo = settings.shx_logo_texte elsif shx_current_page contains "figuren" assign shx_header_logo = settings.shx_logo_figuren endif