Projet

Général

Profil

0001-toulouse-2022-hide-header-title-content-69965.patch

Nicolas Roche, 06 octobre 2022 17:32

Télécharger (864 octets)

Voir les différences:

Subject: [PATCH] toulouse-2022: hide header title content (#69965)

 templates/variants/toulouse-2022/combo/page_template.html | 3 +++
 1 file changed, 3 insertions(+)
templates/variants/toulouse-2022/combo/page_template.html
8 8
      {% block default_page_header_content %}
9 9
        <h1>
10 10
          {{ page.title }}
11 11
        </h1>
12 12
      {% endblock %}
13 13
    </div>
14 14
  </header>
15 15
{% endblock %}
16

  
17
{% block header-title-content %}
18
{% endblock %}
16
-