diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-20 12:02:08 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-20 12:02:08 +0100 |
commit | 8b39882480cfa6bcba49e1476573907ac7c13d76 (patch) | |
tree | ae08a55a3e033d3722163a86ae2709dae53b17d3 /config.toml | |
parent | e600b66f9a9a93e3f8b51e2189d7bca3111e1b37 (diff) |
Adds a now page
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 3ae192f..f721b07 100644 --- a/config.toml +++ b/config.toml @@ -55,6 +55,14 @@ paginate = 10 url = "/about/" weight = 20 post = '| ' + + [[menu.main]] + identifier = "now" + name = "Now" + title = "now" + url = "/now/" + weight = 20 + post = '| ' [[menu.main]] identifier = "categories" |