Browse Source

footer now checks for colophon page

master
rra 6 years ago
parent
commit
2785a3582b
  1. 3
      theme/wttf/templates/base.html

3
theme/wttf/templates/base.html

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

Loading…
Cancel
Save