dynamic header
parent
e73c781d37
commit
ba021355af
|
@ -59,7 +59,7 @@
|
|||
endcapture
|
||||
%}
|
||||
|
||||
console.log("1", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
console.log("2", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||
|
||||
</script>
|
||||
|
||||
|
|
|
@ -230,6 +230,10 @@
|
|||
shx_header_logo = settings.shx_logo_figuren
|
||||
endif
|
||||
%}
|
||||
|
||||
<script>
|
||||
console.log("here", {{ shx_current_page }}, {{ shx_header_logo }})
|
||||
</script>
|
||||
|
||||
{{ shx_header_logo | image_url: width: 600 | image_tag:
|
||||
class: 'header__heading-logo',
|
||||
|
|
Loading…
Reference in New Issue