sidebar layout tweaks
This commit is contained in:
17
config.toml
17
config.toml
@@ -51,8 +51,23 @@ theme = "m10c"
|
||||
name = "Tags"
|
||||
url = "/tags/"
|
||||
weight = 2
|
||||
[[menu.main]]
|
||||
[[menu.secondary]]
|
||||
identifier = "then"
|
||||
name = "Past"
|
||||
url = "/then/"
|
||||
weight = 1
|
||||
[[menu.secondary]]
|
||||
identifier = "now"
|
||||
name = "Now"
|
||||
url = "/now/"
|
||||
weight = 2
|
||||
[[menu.secondary]]
|
||||
identifier = "upcoming"
|
||||
name = "Future"
|
||||
url = "/upcoming/"
|
||||
weight = 3
|
||||
[[menu.tertiary]]
|
||||
identifier = "mytweets"
|
||||
name = "Local Tweet Archive"
|
||||
url = "/mytweets/"
|
||||
weight = 3
|
Reference in New Issue
Block a user