header subtitle color

main
alexanderroese 2024-06-22 20:07:24 +02:00
parent 8d67942dcf
commit 0df8827f26
1 changed files with 2 additions and 1 deletions

View File

@ -6,10 +6,11 @@
assign shx_subtitle_color = #333
if shx_current_page contains "texte"
shx_subtitle_color = #ff1212
assign shx_subtitle_color = #ff1212
endif
%}
<script>
console.log("shx_subtitle_color", {{ shx_subtitle_color }})
</script>