18 lines
481 B
Markdown
18 lines
481 B
Markdown
|
---
|
|||
|
title: '404 - not found'
|
|||
|
layout: layouts/page.njk
|
|||
|
permalink: 404.html
|
|||
|
eleventyExcludeFromCollections: true
|
|||
|
---
|
|||
|
|
|||
|
We’re sorry, but that content can’t be found. Please go [back to home](/).
|
|||
|
|
|||
|
{% comment %}
|
|||
|
Read more: https://www.11ty.io/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
|
|||
|
{% endcomment %}
|