use the twig footer instead of FSE editor

This commit is contained in:
2026-02-15 18:50:34 +01:00
parent e7decbe96b
commit 59b79d23df

View File

@@ -19,7 +19,8 @@
</main>
{% block footer %}
{{ block_template_part('footer') }}
{# block_template_part('footer') #}
{% include 'partials/footer-columns.html.twig' %}
{% endblock %}
{{ wp_footer() }}