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 %} {% endblock %}
<footer> <footer>
{% for page in pages %} {% for page in pages %}
{{ page.title }} {% if page.title == 'colophon' %}
{{ page.content }} {{ page.content }}
{%endif%}
{% endfor %} {% endfor %}
</footer> </footer>
</body> </body>