fontenay-sous-bois-2018: update site logo (#73320)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Serghei Mihai 2023-01-12 11:52:09 +01:00
parent abcae7b78f
commit d2c8b1bd77
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -3,7 +3,7 @@
{% block header-pre %}
<div id="header-pre"><div>
<a id="logo-ville" href="{{website_url}}"><img width="165" height="78" src="{{ site_base }}{% static 'fontenay-sous-bois-2018/img/logo-fontenay.png' %}" alt="fontenay-sous-bois.fr"/></a>
<a id="logo-ville" href="{{website_url}}"><img width="243" height="77" src="{{ site_base }}{% static 'fontenay-sous-bois-2018/img/logo-fontenay.png' %}" alt="fontenay-sous-bois.fr"/></a>
<a id="home-link" href="{{portal_url}}">Mes démarches</a>
</div></div>
{% endblock %}