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_math.xhtml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'project/templates/base_math.xhtml') diff --git a/project/templates/base_math.xhtml b/project/templates/base_math.xhtml index fb6f429..834c116 100644 --- a/project/templates/base_math.xhtml +++ b/project/templates/base_math.xhtml @@ -11,3 +11,26 @@ {%- endblock -%} + +{%- block footer %} + + Valid XHTML 1.1 + + + Valid MathML 2.0 + + + Valid CSS + +{%- endblock -%} + + -- cgit