diff --git a/site/404.html b/site/404.html new file mode 100644 index 00000000..e21f2323 --- /dev/null +++ b/site/404.html @@ -0,0 +1,40 @@ +--- +layout: error +permalink: /404.html +sitemap: false +--- + +
+
+
+

Huh. It seems that page is
Hyde-ing...

+
+
+
+ +
+
+
+

The resource you requested was not found. Here are some links to help you find your way:

+ +
+
+
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 %} + + +