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.xhtml | 4 ++++ project/templates/base_math.xhtml | 23 +++++++++++++++++++++++ project/templates/base_plain.xhtml | 17 +++++++++++++++++ 3 files changed, 44 insertions(+) (limited to 'project/templates') 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 @@
{% block content -%} +{%- endblock %} +
+
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 -%} + + 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