contact form

main
alexanderroese 2024-06-21 11:27:26 +02:00
parent 7fc3621312
commit 7e8297ef08
1 changed files with 7 additions and 1 deletions

View File

@ -53,7 +53,13 @@
%}
<script>
console.log("2", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}")
{% liquid
capture shx_current_page
render "shx-get-current-page"
endcapture
%}
console.log("3", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", "{{ shx_current_page }}")
</script>