Move into a pages content type

This commit is contained in:
Oliver Davies 2024-01-03 20:00:00 +00:00
parent eceb343d31
commit b39a171f9c
3 changed files with 7 additions and 2 deletions

View file

@ -10,10 +10,12 @@
{% block content %}{% endblock %}
</main>
{% block content_bottom %}{% endblock %}
{% block content_bottom %}
{% include 'about-me.html.twig' %}
{% endblock %}
<footer>
{% include 'main-menu.html.twig' %}
</footer>
<div>
<div>
</div>