diff --git a/config.toml b/config.toml
index cb43450..d05b9b9 100644
--- a/config.toml
+++ b/config.toml
@@ -4,12 +4,6 @@ title = "AKDillon"
canonifyurls = true
SectionPagesMenu = "main"
-[[menu.main]]
- name = "Home"
- weight = 0
- identifier = "home"
- url = "/"
-
[[menu.main]]
name = "Audio"
weight = 50
diff --git a/layouts/404.html b/layouts/404.html
new file mode 100644
index 0000000..476f277
--- /dev/null
+++ b/layouts/404.html
@@ -0,0 +1,10 @@
+{{ partial "head.html" . }}
+{{ partial "header.html" . }}
+
+
+ Uh oh!
+ The requested page is not available
+
+
+{{ partial "footer.html" . }}
+{{ partial "foot.html" . }}
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 4d63704..d0d1079 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -1,5 +1,5 @@