From c371d4c1baf017ea7dbaabe67e0aaa30b1572b8b Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Sun, 10 Mar 2024 15:16:06 +0100 Subject: Added 404 page --- config.yaml | 2 ++ templates/404.html | 102 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100755 templates/404.html diff --git a/config.yaml b/config.yaml index 6b49743..576a6c2 100755 --- a/config.yaml +++ b/config.yaml @@ -18,3 +18,5 @@ extras: url: robots.txt - template: sitemap.xml url: sitemap.xml + - template: 404.html + url: 404.html diff --git a/templates/404.html b/templates/404.html new file mode 100755 index 0000000..f000fd9 --- /dev/null +++ b/templates/404.html @@ -0,0 +1,102 @@ + + + + + + {{ block "title" . }}{{ .Config.Title }}{{ end }} - 404 + + + + + + + +
+ +
+
+

404

+

Page not found :(

+

The requested page could not be found. Such is life!

+
+ + + -- cgit v1.2.3