diff options
| author | XhmikosR <[email protected]> | 2019-02-21 10:57:48 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-13 19:22:59 +0200 |
| commit | 46e88fb8f397442c5f657a6431839b16ff272e1b (patch) | |
| tree | 5c645777f1f6239ad7de0abfef58fce91cef63d0 | |
| parent | 35c6b2b12b5312ddcb2b5b0a87358b0140b3c560 (diff) | |
| download | bootstrap-46e88fb8f397442c5f657a6431839b16ff272e1b.tar.xz bootstrap-46e88fb8f397442c5f657a6431839b16ff272e1b.zip | |
404: output to 404.html and add meta robots.
| -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> |
