add design

This commit is contained in:
2019-05-09 00:26:27 +02:00
parent 0cae791a02
commit 3c24252ea3
33 changed files with 1112 additions and 359 deletions

View File

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