Adds 404 page.
This commit is contained in:
parent
ec2c6f5b05
commit
e3f3bc1cf2
12
404.md
Normal file
12
404.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
---
|
||||||
|
layout: layouts/home.njk
|
||||||
|
permalink: 404.html
|
||||||
|
---
|
||||||
|
# Content not found.
|
||||||
|
|
||||||
|
{% comment %}
|
||||||
|
This will work for both GitHub pages and Netlify:
|
||||||
|
|
||||||
|
* https://help.github.com/articles/creating-a-custom-404-page-for-your-github-pages-site/
|
||||||
|
* https://www.netlify.com/docs/redirects/#custom-404
|
||||||
|
{% endcomment %}
|
Loading…
Reference in New Issue
Block a user