This commit is contained in:
2020-09-17 00:00:01 +02:00
parent 8201a3170c
commit f61b0bff1b
24 changed files with 1142 additions and 122 deletions
@@ -1,6 +1,6 @@
<h3>Les Projets</h3>
<h4>{{ post.meta('texte_chapeau_projet') }}</h4>
<div class="row">
<div class="row justify-content-center">
<!--ajout chloe drag-->
{# <div id="drag_1" class="group_drag">
<img src="{{theme.link}}/asset/images/objet_drag_1.svg">
@@ -37,7 +37,7 @@
{{item.meta('text')|truncate(30)}}
<div class="col px-0">
{% for projet in item.meta("projets") %}
<h4>{{projet.titre}}</h4>
<h4>{{projet.titre}}</h4>
{{projet.text|truncate(20)}}
{% endfor %}
</div>