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