diff --git a/404.html b/404.html index 9b14c8f..cd2a413 100644 --- a/404.html +++ b/404.html @@ -2,11 +2,12 @@ layout: default title: Page Not Found canonical_url: /404.html +permalink: /404.html --- {% include nav.html %} -
+
-
+
404

Page Not Found

The page you're looking for doesn't exist. It might have been moved, deleted, or you entered the wrong URL.

@@ -16,15 +17,14 @@

Page Not Found

Documentation
-
-
+ - diff --git a/_layouts/default.html b/_layouts/default.html index 799374d..8e0415f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -23,7 +23,11 @@ + {% unless page.url == "/404.html" %} + {% else %} + + {% endunless %}