footer now checks for colophon page
This commit is contained in:
parent
ef3666c43a
commit
2785a3582b
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user