From cbd62c2dfa9bd8d04480d67b557a6fc326e532ca Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Thu, 2 Dec 2021 12:51:25 +1300 Subject: Validator links no longer use referer, tag templates now use macros --- project/templates/base_math.xhtml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'project/templates/base_math.xhtml') diff --git a/project/templates/base_math.xhtml b/project/templates/base_math.xhtml index 834c116..145f679 100644 --- a/project/templates/base_math.xhtml +++ b/project/templates/base_math.xhtml @@ -12,25 +12,26 @@ -{%- block footer %} - +{%- macro math_footer(anchor) %} + {%- set linkto = general.baseurl ~ "/" ~ anchor %} + Valid XHTML 1.1 - + Valid MathML 2.0 - + Valid CSS -{%- endblock -%} +{%- endmacro -%} -- cgit