Projet

Général

Profil

0001-sables-d-olonne-2022-point-footer-logo-to-website-ur.patch

Serghei Mihai, 27 janvier 2022 15:20

Télécharger (973 octets)

Voir les différences:

Subject: [PATCH] sables-d-olonne-2022: point footer logo to website url if
 defined (#61177)

 .../variants/sables-d-olonne-2022/combo/page_template.html      | 2 ++
 1 file changed, 2 insertions(+)
templates/variants/sables-d-olonne-2022/combo/page_template.html
25 25

  
26 26
{% block footer-top %}
27 27
<div class="footer-logo">
28
  {% if sables_site_url %}<a href="{{ sables_site_url }}">{% endif %}
28 29
  <img src="{{site_base}}/assets/footer:logo" alt="Les Sables d'Olonne">
30
  {% if sables_site_url %}</a>{% endif %}
29 31
</div>
30 32
{% endblock %}
31 33

  
32
-