sidebar layout tweaks

This commit is contained in:
Eric Wagoner
2022-12-29 10:15:26 -05:00
parent d845c2768a
commit 16e8d00ebe
2 changed files with 41 additions and 2 deletions

View File

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