Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-21 11:57:48 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-03-13 20:22:59 +0300
commit46e88fb8f397442c5f657a6431839b16ff272e1b (patch)
tree5c645777f1f6239ad7de0abfef58fce91cef63d0 /site/content/404.md
parent35c6b2b12b5312ddcb2b5b0a87358b0140b3c560 (diff)
404: output to 404.html and add meta robots.
Diffstat (limited to 'site/content/404.md')
-rw-r--r--site/content/404.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/site/content/404.md b/site/content/404.md
index 625813782f..cf32490206 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>