diff --git a/404.html b/404.html
index 65f65af..6fb2349 100644
--- a/404.html
+++ b/404.html
@@ -1,6 +1,6 @@
---
title: Error 404
-layout: noinclude
+layout: nofooter
permalink: /404.html
---
@@ -16,8 +16,9 @@ permalink: /404.html
background-color: #000000;
}
-{% include nav.html %}
-
404
-Not Found
-LOAD SAVE
-NEW GAME
+
+
404
+
Not Found
+
LOAD SAVE
+
NEW GAME
+
\ No newline at end of file
diff --git a/_layouts/noinclude.html b/_layouts/nofooter.html
similarity index 81%
rename from _layouts/noinclude.html
rename to _layouts/nofooter.html
index 840d5a2..574abf2 100644
--- a/_layouts/noinclude.html
+++ b/_layouts/nofooter.html
@@ -4,6 +4,9 @@
{{ page.title }} | {{ site.title }}
+
+
+
{% if page.title == "Home" %}
{% else %}
@@ -22,6 +25,7 @@
{% endif %}
+ {% include nav.html %}
{{ content }}