twig override tweaks
This commit is contained in:
parent
3a01b3a4e7
commit
e64fbc0678
@ -46,9 +46,9 @@
|
|||||||
{# Page Footer #}
|
{# Page Footer #}
|
||||||
<footer>
|
<footer>
|
||||||
{% block footerbefore %}{% endblock %}
|
{% block footerbefore %}{% endblock %}
|
||||||
{% include ['@override/mod_footer.html.twig', '@novaconium/footer.html.twig'] %}
|
{% include '@override/mod_footer.html.twig' ignore missing %}
|
||||||
{% block footerafter %}{% endblock %}
|
{% block footerafter %}{% endblock %}
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
{% include ['@override/mod_foot.html.twig', '@novaconium/foot.html.twig'] %}
|
{% include '@override/mod_foot.html.twig' ignore missing %}
|
||||||
</body></html>
|
</body></html>
|
||||||
|
Loading…
Reference in New Issue
Block a user