diff --git a/layouts/404.html b/layouts/404.html
index eb0e307..5eb5533 100644
--- a/layouts/404.html
+++ b/layouts/404.html
@@ -1,11 +1,13 @@
-
-
-
-
-
- 404 Page
-
-
- It seems you got lost....
-
-
\ No newline at end of file
+{{ define "navbar" }}
+ {{ partial "navbar-2.html" (dict "baseURL" .Site.BaseURL "title" .Site.Title "hasToggleButton" true) }}
+{{ end }}
+
+{{ define "content" }}
+
+

+
+
404
+ The page you are looking for is not done yet.
+
+
+{{ end }}
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 7f65f40..7eb67e6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -6,7 +6,7 @@
diff --git a/layouts/partials/navbar.html b/layouts/partials/navbar.html
index dc03708..492672e 100644
--- a/layouts/partials/navbar.html
+++ b/layouts/partials/navbar.html
@@ -1,6 +1,6 @@