Added custom 404 page

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-12-25 16:33:52 +01:00
parent 99822bdcd5
commit 2865fb0e78
1 changed files with 22 additions and 0 deletions

22
pages/404.html Normal file
View File

@ -0,0 +1,22 @@
---
title: 404 - Link not found
permalink: /404.html
---
<div class="container my-3">
<div class="alert alert-warning" role="alert">
<span class="far fa-exclamation-triangle"></span>
The link you have tried to access, doesn't exist.
</div>
</div>
<h2>Solutions</h2>
<ol>
<li>Perhaps you have misspelled? Check the spelling and try again.</li>
<li>
The link is recent and you still end up here? With the relaunch of 2martens.de some links changed,
so try the <a href="{% link index.html %}">home page</a> and the instructions there to find the post or page
you are searching.
</li>
<li>Perhaps the post or page related to your link doesn't exist anymore. Then you are out of luck.</li>
</ol>