footer now checks for colophon page
This commit is contained in:
parent
ef3666c43a
commit
2785a3582b
@ -51,8 +51,9 @@
|
||||
{% endblock %}
|
||||
<footer>
|
||||
{% for page in pages %}
|
||||
{{ page.title }}
|
||||
{% if page.title == 'colophon' %}
|
||||
{{ page.content }}
|
||||
{%endif%}
|
||||
{% endfor %}
|
||||
</footer>
|
||||
</body>
|
||||
|
Loading…
Reference in New Issue
Block a user