html archive

This commit is contained in:
2019-06-19 16:33:20 +02:00
parent 35580d75a0
commit d58b67aadd
15 changed files with 48 additions and 166 deletions

View File

@@ -1,14 +0,0 @@
{% 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>