fix fichier manquants

This commit is contained in:
2021-06-10 19:04:46 +02:00
parent 2d6f28e2ad
commit a67dfeed74
25 changed files with 4067 additions and 1003 deletions

View File

@@ -0,0 +1,14 @@
{% set collection = page.collection() %}
{% set image = page.media.images|first %}
<section id="footer" class="section blog-listing">
{% if image %}
{{image.html('', 'footer')}}
{% endif %}
{% for item in collection %}
<div class="sub-content ">
{{item.content}}
</div>
{% endfor %}
</section>