From 6948c25978c51602af7649b9e9b6c75ee2d768a0 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Sun, 25 May 2025 17:34:15 +0300 Subject: [PATCH] add 404 --- config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index a2bd036..991a9ce 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"