footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user