From 7d99afc5cd3ddfc7a875754f4593812b8c2664c8 Mon Sep 17 00:00:00 2001 From: Anirudh Oppiliappan Date: Mon, 12 Dec 2022 20:53:44 +0530 Subject: templates: fix 404 and 500 --- templates/404.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'templates/404.html') diff --git a/templates/404.html b/templates/404.html index c3825f4..931ea9b 100644 --- a/templates/404.html +++ b/templates/404.html @@ -1,7 +1,9 @@ +{{ define "404" }} 404 -{{ template "header" . }} +{{ template "head" . }} 404 — nothing like that here +{{ end }} -- cgit