404 and change navbar
This commit is contained in:
parent
4ba291166a
commit
778b3e0653
3 changed files with 11 additions and 7 deletions
|
@ -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
10
layouts/404.html
Normal 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" . }}
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue