From 3112ecee11aa7f560848834a8475b3fb0b52fd79 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Sat, 27 Nov 2021 03:54:23 +1300 Subject: Added XHTML, MathML, CSS validated images in footer --- project/templates/base_plain.xhtml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'project/templates/base_plain.xhtml') diff --git a/project/templates/base_plain.xhtml b/project/templates/base_plain.xhtml index 0f26e40..454cc0e 100644 --- a/project/templates/base_plain.xhtml +++ b/project/templates/base_plain.xhtml @@ -11,3 +11,20 @@ {%- endblock -%} + +{%- block footer %} + + Valid XHTML 1.1 + + + Valid CSS + +{%- endblock -%} + + -- cgit