summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-20 12:02:08 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-20 12:02:08 +0100
commit8b39882480cfa6bcba49e1476573907ac7c13d76 (patch)
treeae08a55a3e033d3722163a86ae2709dae53b17d3 /config.toml
parente600b66f9a9a93e3f8b51e2189d7bca3111e1b37 (diff)
Adds a now page
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml8
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"