crimsontome.com/404.md

18 lines
417 B
Markdown
Raw Normal View History

2021-10-15 22:30:12 +01:00
---
layout: layouts/home.njk
permalink: 404.html
eleventyExcludeFromCollections: true
---
2021-10-31 00:26:39 +01:00
# Oops, content not found.
2021-10-15 22:30:12 +01:00
Go <a href="{{ '/' | url }}">home</a>.
{#
Read more: https://www.11ty.dev/docs/quicktips/not-found/
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
#}