allow pages to supply extra footer text

This commit is contained in:
2022-09-16 13:31:43 -05:00
parent 21ea24ffa1
commit 0f03ad6f38
5 changed files with 24 additions and 2 deletions

View File

@@ -31,7 +31,8 @@
{{ content }}
</div>
<footer>
<i>Last modified: {{ mtime }}</i>
{% if extra_footer %}<div class="extra-footer"><i>{{ extra_footer|safe }}</i></div>{% endif %}
<div class="footer"><i>Last modified: {{ mtime }}</i></div>
</footer>
{% endblock %}
</div>