add forms

This commit is contained in:
2019-04-09 18:05:36 +02:00
parent 4346f85d56
commit 5bcef4263e
17 changed files with 281 additions and 46 deletions

View File

@@ -1,7 +1,7 @@
{% set collection = page.collection() %}
{% set image = page.media.images|first %}
{% for item in page.collection if page.template == "footer" %}
{% for item in collection if page.template == "footer" %}
{{item.title}}
{% endfor %}
<section id="footer" class="section blog-listing">