From 3112ecee11aa7f560848834a8475b3fb0b52fd79 Mon Sep 17 00:00:00 2001
From: Jedidiah Barber <contact@jedbarber.id.au>
Date: Sat, 27 Nov 2021 03:54:23 +1300
Subject: Added XHTML, MathML, CSS validated images in footer

---
 project/templates/base.xhtml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'project/templates/base.xhtml')

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
@@ -25,6 +25,10 @@
     <hr />
     <div class="article">
 {% block content -%}
+{%- endblock %}
+    </div>
+    <div class="footer">
+{%- block footer -%}
 {%- endblock %}
     </div>
     <hr />
-- 
cgit