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_plain.xhtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'project/templates/base_plain.xhtml') diff --git a/project/templates/base_plain.xhtml b/project/templates/base_plain.xhtml index 454cc0e..b5e2da5 100644 --- a/project/templates/base_plain.xhtml +++ b/project/templates/base_plain.xhtml @@ -12,19 +12,20 @@ -{%- block footer %} - +{%- macro plain_footer(anchor) %} + {%- set linkto = general.baseurl ~ "/" ~ anchor %} + Valid XHTML 1.1 - + Valid CSS -{%- endblock -%} +{%- endmacro -%} -- cgit