footer now checks for colophon page

This commit is contained in:
rra 2018-05-08 17:56:59 +02:00
parent ef3666c43a
commit 2785a3582b

View File

@ -51,8 +51,9 @@
{% endblock %}
<footer>
{% for page in pages %}
{{ page.title }}
{% if page.title == 'colophon' %}
{{ page.content }}
{%endif%}
{% endfor %}
</footer>
</body>