updated dates for 2022
This commit is contained in:
@@ -29,34 +29,31 @@ monthly_color_scene:
|
|||||||
{%- elif now().strftime("%m%d")|int >= 210
|
{%- elif now().strftime("%m%d")|int >= 210
|
||||||
and now().strftime("%m%d")|int <= 214 -%}
|
and now().strftime("%m%d")|int <= 214 -%}
|
||||||
valentine
|
valentine
|
||||||
{%- elif now().strftime("%m%d")|int == 305 -%}
|
{%- elif now().strftime("%m%d")|int == 221 -%}
|
||||||
mardi_gras
|
mardi_gras
|
||||||
{%- elif now().strftime("%m%d")|int == 314 -%}
|
{%- elif now().strftime("%m%d")|int == 314 -%}
|
||||||
pi
|
pi
|
||||||
{%- elif now().strftime("%m%d")|int >= 315
|
{%- elif now().strftime("%m%d")|int >= 315
|
||||||
and now().strftime("%m%d")|int <= 317 -%}
|
and now().strftime("%m%d")|int <= 317 -%}
|
||||||
st_patty
|
st_patty
|
||||||
{%- elif now().strftime("%m%d")|int >= 324
|
{%- elif now().strftime("%m%d")|int >= 410
|
||||||
and now().strftime("%m%d")|int <= 330 -%}
|
and now().strftime("%m%d")|int <= 418 -%}
|
||||||
st_patty
|
|
||||||
{%- elif now().strftime("%m%d")|int >= 401
|
|
||||||
and now().strftime("%m%d")|int <= 413 -%}
|
|
||||||
easter
|
easter
|
||||||
{%- elif now().strftime("%m%d")|int == 504 -%}
|
{%- elif now().strftime("%m%d")|int == 504 -%}
|
||||||
starwars
|
starwars
|
||||||
{%- elif now().strftime("%m%d")|int == 505 -%}
|
{%- elif now().strftime("%m%d")|int == 505 -%}
|
||||||
cinco_de_mayo
|
cinco_de_mayo
|
||||||
{%- elif now().strftime("%m%d")|int == 510 -%}
|
{%- elif now().strftime("%m%d")|int == 508 -%}
|
||||||
mothers_day
|
mothers_day
|
||||||
{%- elif now().strftime("%m%d")|int == 605 -%}
|
{%- elif now().strftime("%m%d")|int == 605 -%}
|
||||||
fathers_day
|
fathers_day
|
||||||
{%- elif now().strftime("%m%d")|int >= 1020
|
{%- elif now().strftime("%m%d")|int >= 1020
|
||||||
and now().strftime("%m%d")|int <= 1031 -%}
|
and now().strftime("%m%d")|int <= 1031 -%}
|
||||||
halloween
|
halloween
|
||||||
{%- elif now().strftime("%m%d")|int >= 1128
|
{%- elif now().strftime("%m%d")|int >= 1123
|
||||||
and now().strftime("%m%d")|int <= 1130 -%}
|
and now().strftime("%m%d")|int <= 1124 -%}
|
||||||
thanksgiving
|
thanksgiving
|
||||||
{%- elif now().strftime("%m%d")|int >= 1125
|
{%- elif now().strftime("%m%d")|int >= 1210
|
||||||
and now().strftime("%m%d")|int <= 1230 -%}
|
and now().strftime("%m%d")|int <= 1230 -%}
|
||||||
christmas
|
christmas
|
||||||
{%- elif now().strftime("%m%d")|int == 1231 -%}
|
{%- elif now().strftime("%m%d")|int == 1231 -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user