From a82a9c9915341d065d6e9708514165ab74a7c380 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Fri, 21 Jun 2024 11:28:18 +0200 Subject: [PATCH] contact form --- layout/theme.liquid | 2 +- snippets/shx-get-current-page.liquid | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layout/theme.liquid b/layout/theme.liquid index 87f7bf4..1459fdb 100644 --- a/layout/theme.liquid +++ b/layout/theme.liquid @@ -59,7 +59,7 @@ endcapture %} - console.log("4", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }}) + console.log("5", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }}) diff --git a/snippets/shx-get-current-page.liquid b/snippets/shx-get-current-page.liquid index 574a576..c68991a 100644 --- a/snippets/shx-get-current-page.liquid +++ b/snippets/shx-get-current-page.liquid @@ -24,4 +24,4 @@ endif %} -{{ shx_current_page }} \ No newline at end of file +"{{ shx_current_page }}" \ No newline at end of file