add h1 alt img

This commit is contained in:
2019-07-08 13:04:57 +02:00
parent e94c687a1b
commit 1b563d3d47
3 changed files with 10 additions and 6 deletions

View File

@@ -6,7 +6,7 @@
<div class="title_gal">
<p>{{ feature.text }}</p>
</div>
<img src="user/pages/01.home/{{gal}}" alt="{{gal}}">
<img src="user/pages/01.home/{{gal}}" alt="{{ feature.text }}">
</div>
{% endfor %}
</div>
@@ -14,6 +14,7 @@
{% if header.entete.text == true %}
<div class="entete">
<div class="entete_c">
<h1>{{page.title}}</h1>
<p>{{ header.entete.text }}</p>
</div>
</div>
@@ -25,7 +26,10 @@
{% if image %}
<div class="bandeau">
<div class="img">
{{ image.html('','bandeau') }}
{% if header.txtimg.text == true %}
{{ image.html('',header.txtimg.text) }}
{% endif %}
{{ image.html('',page.title) }}
</div>
{% if header.txtimg.text %}
<div class="title_gal">