Ajout des décorations et animations de neige pour les fêtes de fin d'année, chargées conditionnellement en décembre.

This commit is contained in:
mrtoine 2025-12-16 13:10:43 +01:00
parent e1f8a23f3d
commit 91f7f79546
4 changed files with 48 additions and 27 deletions

View file

@ -1,4 +1,5 @@
<footer class="site-footer">
{% now "n" as month %}
<footer class="site-footer{% if month == '12' %} pdz-xmas{% endif %}">
<div class="footer-columns">
<div class="about">
<h5>À propos</h5>
@ -35,5 +36,8 @@
<span>Partir de Zero ©2024 - {% now "Y" %}</span>
<span>v{{ SITE_VERSION }}</span>
<span>Site fièrement créer par <a href="https://av-interactive.be" target="_blank" rel="noopener">AV Interactive</a></span>
{% if month == '12' %}
<span class="pdz-holiday-greeting" aria-label="Joyeuses fêtes">Joyeuses fêtes <span class="pdz-festive-emoji" role="img" aria-hidden="true">🎄</span></span>
{% endif %}
</div>
</footer>