summaryrefslogtreecommitdiff
path: root/project/templates/base.xhtml
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2021-11-27 03:54:23 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2021-11-27 03:54:23 +1300
commit3112ecee11aa7f560848834a8475b3fb0b52fd79 (patch)
treea8c6aa00d58e1e657ffc903fefba2a146d949ea8 /project/templates/base.xhtml
parentd640c7bd637fa07150bbdaba17bcdcc8d24c676b (diff)
Added XHTML, MathML, CSS validated images in footer
Diffstat (limited to 'project/templates/base.xhtml')
-rw-r--r--project/templates/base.xhtml4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/templates/base.xhtml b/project/templates/base.xhtml
index 4258f12..596ff97 100644
--- a/project/templates/base.xhtml
+++ b/project/templates/base.xhtml
@@ -27,6 +27,10 @@
{% block content -%}
{%- endblock %}
</div>
+ <div class="footer">
+{%- block footer -%}
+{%- endblock %}
+ </div>
<hr />
</div>
</body>