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:
parent
e1f8a23f3d
commit
91f7f79546
4 changed files with 48 additions and 27 deletions
|
|
@ -2,7 +2,12 @@
|
|||
<div class="brand">
|
||||
<div class="brand-title">
|
||||
{% if settings.site_logo %}<img src="{{ settings.site_logo.url }}" alt="{{ settings.site_name|default:'Logo' }}" class="logo" style="max-height:64px; height:auto; vertical-align:middle;">{% endif %}
|
||||
<span class="site-title">Partir de zéro</span>
|
||||
<span class="site-title">Partir de zéro
|
||||
{% now "n" as month %}
|
||||
{% if month == '12' %}
|
||||
<span class="pdz-festive-emoji" aria-hidden="true" title="Joyeuses fêtes">🎄</span>
|
||||
{% endif %}
|
||||
</span>
|
||||
</div>
|
||||
<span class="subtitle comment">/* Anthony Violet */</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue