summaryrefslogtreecommitdiff
path: root/posts/404.njk
diff options
context:
space:
mode:
authorAlexis Hovorka <[email protected]>2022-10-24 22:14:06 -0600
committerAlexis Hovorka <[email protected]>2022-10-24 22:14:06 -0600
commit634301e45433bf06fcdae500d51275677e568adb (patch)
treef7a5a3051648322c6243420667b120440e7fa1df /posts/404.njk
Initial commit
Diffstat (limited to 'posts/404.njk')
-rw-r--r--posts/404.njk12
1 files changed, 12 insertions, 0 deletions
diff --git a/posts/404.njk b/posts/404.njk
new file mode 100644
index 0000000..ad8f479
--- /dev/null
+++ b/posts/404.njk
@@ -0,0 +1,12 @@
+---
+layout: page.njk
+permalink: 404.html
+eleventyExcludeFromCollections: true
+eleventyComputed:
+ pageTitle: 404 – {{ metadata.title | safe }}
+---
+ <a id="up" title="Home" aria-label="Home" href="/"></a>
+ <a id="back" title="Back" aria-label="Back" href="javascript:history.back()"></a>
+ <h1>404 Not Found</h1>
+ <p>There isn't a page here.</p>
+ <a href="/">Home</a>