From 959a4bec854479afe6c6b38c9fd76708806e17ee Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 1 Sep 2024 22:58:29 +0300 Subject: [PATCH] added 404 page --- layouts/404.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/layouts/404.html b/layouts/404.html index bd93017..e6513a9 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -1,5 +1,6 @@ {{ partial "header.html" . }} -404 - You once were found. But now you're lost. +
404 - You have reached a page that doesn't exist.
+ {{ partial "footer.html" . }}