]> git.ipfire.org Git - ipfire.org.git/commitdiff
logo: Fix pride month
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:09:12 +0000 (14:09 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 3 Jun 2024 14:09:12 +0000 (14:09 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/modules/ipfire-logo.html

index f5840d73937819e22723bb062551af027df5d8bf..7b150a385ab6ed1f63ce0de858ec416e36dcddd7 100644 (file)
@@ -10,7 +10,7 @@
                IPFire<span class="has-text-primary">_</span>{{ suffix or "" }} ðŸŽƒ
 
        {# Pride Month #}
-       {% elif now.month == 7 %}
+       {% elif now.month == 6 %}
                {% for color, i in zip(pride_colors, "IPFire") %}<span class="has-text-{{ color }}">{{ i }}</span>{% end %}_{{ suffix or "" }}
 
        {# Other times of the year #}