addtheme
This commit is contained in:
10
user/themes/lecampus/templates/partials/footer.html.twig
Normal file
10
user/themes/lecampus/templates/partials/footer.html.twig
Normal file
@@ -0,0 +1,10 @@
|
||||
{% set collection = page.collection() %}
|
||||
{% set image = page.media.images|first %}
|
||||
|
||||
<section id="footer" class="section blog-listing">
|
||||
{% for p in page.find('/home').children if p != page %}
|
||||
<h1>{{p.title}}</h1>
|
||||
{{p.content}}
|
||||
<div class="map"></div>
|
||||
{% endfor %}
|
||||
</section>
|
||||
Reference in New Issue
Block a user