diff options
| -rw-r--r-- | site/content/404.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/site/content/404.md b/site/content/404.md index 625813782..cf3249020 100644 --- a/site/content/404.md +++ b/site/content/404.md @@ -1,11 +1,12 @@ --- title: "404 - File not found" -layout: "default" description: "" +url: /404.html +robots: noindex,follow sitemap_exclude: true --- <div class="text-center py-5"> -<h1 class="display-1">404</h1> -<h2>File not found</h2> + <h1 class="display-1">404</h1> + <h2>File not found</h2> </div> |
