header subtitle color
parent
93c2bdec36
commit
8d67942dcf
|
@ -59,7 +59,7 @@
|
||||||
endcapture
|
endcapture
|
||||||
%}
|
%}
|
||||||
|
|
||||||
console.log("2", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
console.log("3", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -3,10 +3,10 @@
|
||||||
render "shx-get-current-page"
|
render "shx-get-current-page"
|
||||||
endcapture
|
endcapture
|
||||||
|
|
||||||
assign shx_subtitle_color = "#333"
|
assign shx_subtitle_color = #333
|
||||||
|
|
||||||
if shx_current_page contains "texte"
|
if shx_current_page contains "texte"
|
||||||
shx_subtitle_color = "#ff1212"
|
shx_subtitle_color = #ff1212
|
||||||
endif
|
endif
|
||||||
%}
|
%}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue