fix 404 page

This commit is contained in:
samaradel
2024-07-02 14:31:55 +03:00
parent 6d26dfe33d
commit 96d0214d76
2 changed files with 3 additions and 8 deletions

View File

@@ -51,6 +51,9 @@ external_links_no_referrer = true
# For example, `...` into `…`, `"quote"` into `“curly”` etc # For example, `...` into `…`, `"quote"` into `“curly”` etc
smart_punctuation = true smart_punctuation = true
[build]
not_found = "404.md"
[[taxonomies]] [[taxonomies]]
name = "categories" name = "categories"
feed = true feed = true

View File

@@ -1,8 +0,0 @@
---
title: "404"
description: ""
insert_anchor_links: "left"
template: "404.html"
---