test deploy

This commit is contained in:
2019-05-27 17:03:03 +02:00
parent fd38b48e27
commit 55356da898
76 changed files with 4980 additions and 6128 deletions

View File

@@ -4,7 +4,7 @@
{% set gal = feature.header.a_file %}
<div class="content_gal">
<div class="title_gal">
<h1>{{ feature.text }}</h1>
<p>{{ feature.text }}</p>
</div>
<img src="user/pages/01.home/{{gal}}" alt="{{gal}}">
</div>
@@ -24,7 +24,7 @@
{% set image = page.media.images|first %}
{% if image %}
<div class="bandeau">
{{ image.html }}
{{ image.html('','bandeau') }}
</div>
{% if header.entete.text == true %}