header subtitle color
parent
911c8102ea
commit
1d5f55ba83
|
@ -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>
|
||||
|
||||
|
|
|
@ -3,10 +3,10 @@
|
|||
render "shx-get-current-page"
|
||||
endcapture
|
||||
|
||||
assign shx_subtitle_color = #333
|
||||
assign shx_subtitle_color = "#333"
|
||||
|
||||
if shx_current_page contains "texte"
|
||||
assign shx_subtitle_color = #ff1212
|
||||
assign shx_subtitle_color = "#ff1212"
|
||||
endif
|
||||
%}
|
||||
|
||||
|
|
Loading…
Reference in New Issue