Consolidate menu
This commit is contained in:
parent
938c661565
commit
3e61251fa1
3 changed files with 15 additions and 10 deletions
12
config.toml
12
config.toml
|
@ -4,16 +4,10 @@ title = "AKDillon"
|
|||
canonifyurls = true
|
||||
|
||||
[[menu.main]]
|
||||
name = "MRD CE Thesis"
|
||||
weight = -30
|
||||
identifier = "mrd_ce_thesis"
|
||||
url = "/mrd_ce_thesis/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Audio"
|
||||
name = "Misc"
|
||||
weight = -20
|
||||
identifier = "audio"
|
||||
url = "/audio/"
|
||||
identifier = "misc"
|
||||
url = "/misc/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "About"
|
||||
|
|
11
content/misc.md
Normal file
11
content/misc.md
Normal file
|
@ -0,0 +1,11 @@
|
|||
+++
|
||||
date = "2015-06-25T15:12:58-08:00"
|
||||
draft = false
|
||||
title = "Misc"
|
||||
|
||||
+++
|
||||
|
||||
[MRD CE Thesis](/mrd_ce_thesis/)
|
||||
|
||||
[Audio](/audio/)
|
||||
|
2
public
2
public
|
@ -1 +1 @@
|
|||
Subproject commit 316f7b5ae351490a225326f98e0e183756d7efdb
|
||||
Subproject commit 1ad250d071716516c517f5f4df3763fdf0bc98f7
|
Loading…
Add table
Reference in a new issue