appel img dans programmes.html.twig, non résolu
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<div class="modular-row programmes{{ page.header.class}}">
|
||||
{{ content|raw }}
|
||||
{{ dump(page.header) }}
|
||||
|
||||
<div class="feature-items">
|
||||
{% for programme in page.header.programmes %}
|
||||
<div class="feature">
|
||||
<div class="feature">
|
||||
<div class="feature-content">
|
||||
{% if programme.nom_du_programme %}
|
||||
<h4>{{ programme.nom_du_programme }}</h4>
|
||||
@@ -12,7 +12,9 @@
|
||||
<p>{{ programme.texte_de_presentation }}</p>
|
||||
{% endif %}
|
||||
{% if programme.logo %}
|
||||
{{ page.media[header.programmes.logo|first.name] }}
|
||||
<img src="{{ page.media[header.programmes.logo] }}" alt="logo du programme {{programme.nom_du_programme}}" />
|
||||
|
||||
{{ dump(name) }}
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user