From 8c1da7a9ef2ad07b0bae1fee062f0625bc60165f Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 25 May 2025 17:24:23 +0300 Subject: [PATCH] add 404 --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 991a9ce..a2bd036 100644 --- a/config.toml +++ b/config.toml @@ -51,8 +51,8 @@ external_links_no_referrer = true # For example, `...` into `…`, `"quote"` into `“curly”` etc smart_punctuation = true -#[build] -#not_found = "404.md" +[build] +not_found = "404.md" [[taxonomies]] name = "categories"