diff --git a/src-11ty/404.njk b/src-11ty/404.njk new file mode 100644 index 0000000..0be1325 --- /dev/null +++ b/src-11ty/404.njk @@ -0,0 +1,52 @@ +--- +layout: base.html +title: Page not found +description: The page you were looking for could not be found. +permalink: /404.html +--- + + + +
+ + diff --git a/src-11ty/_includes/base.html b/src-11ty/_includes/base.html index 41b837a..83cbf3a 100644 --- a/src-11ty/_includes/base.html +++ b/src-11ty/_includes/base.html @@ -21,6 +21,25 @@ + + + + {{ content | safe }} +