From 2a149b1e147d6420b14ee267516624ebe9e713a3 Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 19 Jul 2024 01:03:44 -0600 Subject: Add custom 404 page --- src/operationnull/site.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'src/operationnull/site.scm') diff --git a/src/operationnull/site.scm b/src/operationnull/site.scm index ad63b51..f1acfce 100644 --- a/src/operationnull/site.scm +++ b/src/operationnull/site.scm @@ -29,6 +29,7 @@ (blog #:theme main-theme #:prefix "/posts/" #:collections %blog-collection) + (static-page e404 "/404.html" "404 Error") (static-page gold-content "/gold.html" "More Worthless than Gold") (atom-feed #:file-name "atom.xml" #:subtitle "Recent Posts") -- cgit v1.2.3