mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
404: output to 404.html and add meta robots.
This commit is contained in:
+4
-3
@@ -1,11 +1,12 @@
|
|||||||
---
|
---
|
||||||
title: "404 - File not found"
|
title: "404 - File not found"
|
||||||
layout: "default"
|
|
||||||
description: ""
|
description: ""
|
||||||
|
url: /404.html
|
||||||
|
robots: noindex,follow
|
||||||
sitemap_exclude: true
|
sitemap_exclude: true
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="text-center py-5">
|
<div class="text-center py-5">
|
||||||
<h1 class="display-1">404</h1>
|
<h1 class="display-1">404</h1>
|
||||||
<h2>File not found</h2>
|
<h2>File not found</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user