mirror of
https://github.com/ckaczor/Blog.git
synced 2026-01-13 17:22:16 -05:00
20 lines
386 B
Markdown
20 lines
386 B
Markdown
---
|
|
permalink: 404.html
|
|
eleventyExcludeFromCollections: true
|
|
---
|
|
|
|
# Content not found.
|
|
|
|
Go <a href="index.njk">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
|
|
|
|
-->
|