]> git.ipfire.org Git - ipfire.org.git/commitdiff
logo: Add a couple more days
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2025 15:03:47 +0000 (15:03 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 31 Dec 2025 15:03:47 +0000 (15:03 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/modules/ipfire-logo.html

index 7b150a385ab6ed1f63ce0de858ec416e36dcddd7..799f26fb36a2ff54ed1d7c5f591476ff59056285 100644 (file)
@@ -1,14 +1,22 @@
 {% set pride_colors = ("pride-red", "pride-orange", "pride-yellow", "pride-green", "pride-blue", "pride-purple") %}
 
 <strong>
+       {# 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<span class="has-text-primary">_</span>{{ suffix or "" }} 🎉
+
        {# Christmas #}
-       {% if now.month == 12 %}
+       {% elif now.month == 12 %}
                IPFire<span class="has-text-primary">_</span>{{ suffix or "" }} 🎄
 
        {# Halloween #}
        {% elif now.month == 10 and now.day >= 28 %}
                IPFire<span class="has-text-primary">_</span>{{ suffix or "" }} 🎃
 
+       {# Valentine's / I Love Free Software Day #}
+       {% elif now.month == 2 and now.day == 14 %}
+               IPFire<span class="has-text-primary">_</span>{{ suffix or "" }} ❤️
+
        {# Pride Month #}
        {% elif now.month == 6 %}
                {% for color, i in zip(pride_colors, "IPFire") %}<span class="has-text-{{ color }}">{{ i }}</span>{% end %}_{{ suffix or "" }}