affichage nvx champs module
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<p>{{ feature.text }}</p>
|
<p>{{ feature.text }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if feature.logo %}
|
{% if feature.logo %}
|
||||||
<img src="{{ page.media[page.header.feature.logo].url }}" alt=“logo_programme”/>
|
<img src="{{ page.media[page.header.features.logo] }}" alt=“logo_programme” />
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -8,16 +8,16 @@
|
|||||||
<div class="feature-content icon-offset">
|
<div class="feature-content icon-offset">
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
{# ai essayé de changer les nom et class avec nouveaux champs mais marche pas #}
|
|
||||||
<div class="feature-content">
|
<div class="feature-content">
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if feature.nom %}
|
{% if feature.nom %}
|
||||||
<h4>{{ feature.nom }}</h4>
|
<h4>{{ feature.nom }}</h4>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
{% if feature.fonction %}
|
||||||
|
<h6>{{ feature.fonction }}</h6>
|
||||||
{% if personnes.biographie %}
|
{% endif %}
|
||||||
<p>{{ personnes.biographie }}</p>
|
{% if feature.biographie %}
|
||||||
|
<p>{{ feature.biographie }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user