From 40066a1e2a2f08ba64e73a4adeee353d74f18f15 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 3 Jun 2024 14:09:12 +0000 Subject: [PATCH] logo: Fix pride month Signed-off-by: Michael Tremer --- src/templates/modules/ipfire-logo.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/modules/ipfire-logo.html b/src/templates/modules/ipfire-logo.html index f5840d73..7b150a38 100644 --- a/src/templates/modules/ipfire-logo.html +++ b/src/templates/modules/ipfire-logo.html @@ -10,7 +10,7 @@ IPFire_{{ suffix or "" }} 🎃 {# Pride Month #} - {% elif now.month == 7 %} + {% elif now.month == 6 %} {% for color, i in zip(pride_colors, "IPFire") %}{{ i }}{% end %}_{{ suffix or "" }} {# Other times of the year #} -- 2.47.2