From 11c377779af0cbca22633eeee298653ecc22051b Mon Sep 17 00:00:00 2001 From: Ariejan de Vroom Date: Mon, 27 May 2024 15:14:17 +0200 Subject: [PATCH] Add custom 404 page --- layouts/404.html | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 layouts/404.html diff --git a/layouts/404.html b/layouts/404.html new file mode 100644 index 0000000..9a41f0d --- /dev/null +++ b/layouts/404.html @@ -0,0 +1,10 @@ +{{ define "content" }} +

404 Not Found

+

The page you requested cannot be found.

+

+ + Return to the home page + +

+{{ end }} +