mirror of https://github.com/AMT-Cheif/drift.git
Bring back 404 page
This commit is contained in:
parent
5efe93e34c
commit
3be88813d6
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
data:
|
||||
title: Not found!
|
||||
path: /404.html
|
||||
template: not_found
|
||||
---
|
|
@ -0,0 +1,9 @@
|
|||
{% capture main %}
|
||||
<main id="main">
|
||||
<div>
|
||||
<h1 id="title">Not found</h1>
|
||||
<p>Oops! This page doesn't exist. Try going back to our <a href="{{ "/" | relURL }}">home page</a>.</p>
|
||||
</div>
|
||||
</main>
|
||||
{% endcapture %}
|
||||
{% include "_default/baseof.html" %}
|
Loading…
Reference in New Issue