footer.html.twig 253 B

1234567
  1. <section id="footer">
  2. {% for module in page.find('/contact').children.order('date', 'desc') %}
  3. <ul class="nav-footer">
  4. <li><a href="#{{ macro.pageLinkName(module.menu) }}">{{module.title}}</a></li>
  5. </ul>
  6. {% endfor %}
  7. </section>