fix fichier manquants
This commit is contained in:
14
user/themes/lecampus/templates/footer.html.twig
Normal file
14
user/themes/lecampus/templates/footer.html.twig
Normal file
@@ -0,0 +1,14 @@
|
||||
{% 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>
|
Reference in New Issue
Block a user