diff --git a/web/config/config.exs b/web/config/config.exs index b7d8e4b..2e854d3 100644 --- a/web/config/config.exs +++ b/web/config/config.exs @@ -28,6 +28,8 @@ config :infolab_light_games, Scheduler, {Utils.StaticLoader, :display_static, ["pride.png", {Timex.Duration, :from_minutes, [10]}]}}, {"0 */1 9-15 10 *", {Utils.StaticLoader, :display_static, ["infolab-babyloss.gif", {Timex.Duration, :from_hours, [1]}]}}, + {"0 */1 22-28 1 *", + {Utils.StaticLoader, :display_static, ["holocaust-memorial-day.png", {Timex.Duration, :from_hours, [1]}]}}, {"0 */1 31 10 *", {Utils.StaticLoader, :display_static, ["halloween_pumpkin.gif", {Timex.Duration, :from_hours, [1]}]}}, {"0 */1 5 11 *", diff --git a/web/priv/static_images/holocaust-memorial-day.png b/web/priv/static_images/holocaust-memorial-day.png new file mode 100644 index 0000000..1d738c2 Binary files /dev/null and b/web/priv/static_images/holocaust-memorial-day.png differ