Projet

Général

Profil

0001-concarneau-move-nav-template-in-own-file-57655.patch

Thomas Jund (congés, retour le 29/04), 19 octobre 2021 11:48

Télécharger (900 octets)

Voir les différences:

Subject: [PATCH] concarneau: move nav template in own file (#57655)

 templates/variants/concarneau/includes/nav.html | 9 +++++++++
 1 file changed, 9 insertions(+)
 create mode 100644 templates/variants/concarneau/includes/nav.html
templates/variants/concarneau/includes/nav.html
1
{% extends "includes/nav.html" %}
2

  
3
{% block nav-bottom %}
4
<div class="cca-link-wrapper">
5
  <div class="cca-link">
6
    <a href="http://www.cca.bzh" title="CCA Concarneau Cornouaille"><span class="arrow"></span>cca.bzh</a>
7
  </div>
8
</div>
9
{% endblock %}
0
-