From c6ac0d7ed656fa856a91748e2911ac9e28eda283 Mon Sep 17 00:00:00 2001 From: Rinfair Date: Fri, 29 Oct 2021 20:26:25 +0800 Subject: [PATCH] Add custom 404 page frame --- layouts/404.html | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 layouts/404.html diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 00000000..60aef63f --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,5 @@ +{{ define "main" }} +
+ Page not found +
+{{ end }}