custom 404

This commit is contained in:
wgroeneveld 2020-12-22 14:54:37 +01:00
parent e181fc6f8e
commit 352efe7132
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +0,0 @@
---
title: Features index
---

View File

@ -5,7 +5,10 @@
<div class="col-lg-8">
<article>
<h1>Page not found</h1>
<p><a href="{{ .Site.BaseURL }}">Return to the home page</a>.</p>
<p>
No Worries! Try to <a href="/tags">dig through the Codex Appendix</a> instead to find something similar to what you were looking for. Good luck!
</p>
</article>
</div>
</div>