module
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
<img src="{{page.media[valeur.image].url|e }}" alt="photo de {{valeur.titre}}" />
|
||||
{% endif %}
|
||||
</div>
|
||||
<div class="texte_v">
|
||||
{% if valeur.titre %}
|
||||
<h5>{{ valeur.titre }}</h5>
|
||||
{% endif %}
|
||||
@@ -21,7 +22,7 @@
|
||||
{% if valeur.texte %}
|
||||
<p>{{ valeur.texte|markdown }} </p>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
@@ -29,5 +30,4 @@
|
||||
{% endfor %}
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user