Remove non-existing footer block

This commit is contained in:
pikim 2023-01-19 22:20:25 +01:00
parent 8c398c4844
commit fb372c5cf9

View file

@ -24,11 +24,6 @@
</article> </article>
<section id="footer" class="align-center"> <section id="footer" class="align-center">
{% block footer %}
{% include 'partials/footer.html.twig' %} {% include 'partials/footer.html.twig' %}
{% endblock %}
</section> </section>
{% endblock %} {% endblock %}