From: Michael Tremer Date: Wed, 31 Dec 2025 15:03:47 +0000 (+0000) Subject: logo: Add a couple more days X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e850a8b315a6a14f0cceda3060e3050b3edcc88;p=ipfire.org.git logo: Add a couple more days Signed-off-by: Michael Tremer --- diff --git a/src/templates/modules/ipfire-logo.html b/src/templates/modules/ipfire-logo.html index 7b150a38..799f26fb 100644 --- a/src/templates/modules/ipfire-logo.html +++ b/src/templates/modules/ipfire-logo.html @@ -1,14 +1,22 @@ {% set pride_colors = ("pride-red", "pride-orange", "pride-yellow", "pride-green", "pride-blue", "pride-purple") %} + {# New Year's Eve & New Year's Day #} + {% if (now.month == 12 and now.day == 31) or (now.month == 1 and now.day == 1) %} + IPFire_{{ suffix or "" }} 🎉 + {# Christmas #} - {% if now.month == 12 %} + {% elif now.month == 12 %} IPFire_{{ suffix or "" }} 🎄 {# Halloween #} {% elif now.month == 10 and now.day >= 28 %} IPFire_{{ suffix or "" }} 🎃 + {# Valentine's / I Love Free Software Day #} + {% elif now.month == 2 and now.day == 14 %} + IPFire_{{ suffix or "" }} ❤️ + {# Pride Month #} {% elif now.month == 6 %} {% for color, i in zip(pride_colors, "IPFire") %}{{ i }}{% end %}_{{ suffix or "" }}