summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
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"