diff --git a/site/404.html b/site/404.html index 75d90feb..d931859a 100644 --- a/site/404.html +++ b/site/404.html @@ -1,5 +1,5 @@ --- -layout: default +layout: error permalink: /404.html sitemap: false --- diff --git a/site/_layouts/error.html b/site/_layouts/error.html new file mode 100644 index 00000000..f5bc5c9b --- /dev/null +++ b/site/_layouts/error.html @@ -0,0 +1,23 @@ +{% include top.html %} + + +
+
+ +
+
+ + {{ content }} + + {% include anchor_links.html %} + {% include analytics.html %} + + +