header subtitle color
parent
87e76540f0
commit
67be120a37
|
@ -6,13 +6,13 @@
|
|||
assign shx_subtitle_color = "#AF9363"
|
||||
|
||||
if shx_current_page contains "texte"
|
||||
assign shx_subtitle_color = settings.color_schemes["scheme-shx-texte"]["settings"]["background"]
|
||||
assign shx_subtitle_color = settings.color_schemes["scheme-shx-texte"]["settings"]["background"] | default: "#AF9363"
|
||||
endif
|
||||
%}
|
||||
|
||||
|
||||
<script>
|
||||
console.log("shx_subtitle_color", {{ shx_subtitle_color }})
|
||||
console.log("shx_subtitle_color", "{{ shx_subtitle_color }}")
|
||||
</script>
|
||||
|
||||
<div style="text-align: center; padding-left: 20px; padding-right: 20px">
|
||||
|
|
Loading…
Reference in New Issue