]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
404: output to 404.html and add meta robots.
authorXhmikosR <xhmikosr@gmail.com>
Thu, 21 Feb 2019 08:57:48 +0000 (10:57 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Mar 2019 17:22:59 +0000 (19:22 +0200)
site/content/404.md

index 625813782fa55cf23c6356ac811c6fc13b6cb515..cf32490206a37f41b80ffecf8feb33978fb7d172 100644 (file)
@@ -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>