From 778b3e0653ec1de6b4ebde702363908dfb283f5a Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Sun, 21 Jun 2015 11:14:14 -0800 Subject: [PATCH] 404 and change navbar --- config.toml | 6 ------ layouts/404.html | 10 ++++++++++ layouts/partials/header.html | 2 +- 3 files changed, 11 insertions(+), 7 deletions(-) create mode 100644 layouts/404.html 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 @@