From cbd62c2dfa9bd8d04480d67b557a6fc326e532ca Mon Sep 17 00:00:00 2001
From: Jedidiah Barber <contact@jedbarber.id.au>
Date: Thu, 2 Dec 2021 12:51:25 +1300
Subject: Validator links no longer use referer, tag templates now use macros

---
 project/templates/links.xhtml | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'project/templates/links.xhtml')

diff --git a/project/templates/links.xhtml b/project/templates/links.xhtml
index 5be9deb..23ec904 100644
--- a/project/templates/links.xhtml
+++ b/project/templates/links.xhtml
@@ -7,6 +7,10 @@
 
 
 
+{%- block footer -%}{{ plain_footer ("links.xhtml") }}{%- endblock -%}
+
+
+
 {%- block style %}
     <link href="/css/links.css" rel="stylesheet" />
 {% endblock -%}
-- 
cgit