From 7e04040e3510370d754c4afa94d78da24b43d13e Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 27 Jul 2024 08:00:00 +0800 Subject: More HTML sanification --- templates/404.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html index 3a68101..382ee25 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,8 +1,10 @@ {{ define "404" }} - 404 Not Found - {{ template "head" . }} + + {{ template "generichead" . }} + 404 Not Found + {{ template "nav" . }}
-- cgit v1.2.3