add h1 alt img
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user