contact form

main
alexanderroese 2024-06-21 11:29:58 +02:00
parent a82a9c9915
commit 0a084185ee
1 changed files with 9 additions and 3 deletions

View File

@ -59,7 +59,7 @@
endcapture
%}
console.log("5", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
console.log("6", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
</script>
@ -84,6 +84,14 @@
render "shx-get-current-page"
endcapture
%}
{% style %}
--shx-my-test-lol: shx_current_page;
{% endstyle %}
{% liquid
if scheme.id == "scheme-main-navbar"
if shx_current_page == "texte"
assign scheme_id = "scheme-shx-texte-navbar"
@ -119,8 +127,6 @@
endif
%}
--shx-my-testtesttest: "#8D8D8D";
--color-background: {{ new_background.red }},{{ new_background.green }},{{ new_background.blue }};
{% if new_background_gradient != empty %}