404 and change navbar

This commit is contained in:
Matthew Dillon 2015-06-21 11:14:14 -08:00
parent 4ba291166a
commit 778b3e0653
3 changed files with 11 additions and 7 deletions

View file

@ -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

10
layouts/404.html Normal file
View file

@ -0,0 +1,10 @@
{{ partial "head.html" . }}
{{ partial "header.html" . }}
<main class="siteContent container">
<h2>Uh oh!</h2>
<h3>The requested page is not available</h3>
</main>
{{ partial "footer.html" . }}
{{ partial "foot.html" . }}

View file

@ -1,5 +1,5 @@
<header class="siteHeader container clearfix">
<h1 class="logo">{{ .Site.Title }}</h1>
<h1 class="logo"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
<nav class="nav">
<ul>