summaryrefslogtreecommitdiffstats
path: root/config.toml
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-25 21:57:31 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-25 21:57:31 +0100
commitd3c80658456dee1a9f750d6c4ca6ca976edfb352 (patch)
tree0d51463a74735e967e0fe9c2cd6229e92c95c482 /config.toml
parentceb701b019ace7c7ae1b88eec7fc0c82e54d635a (diff)
parent9a5cad4c3763d58820bfa718d40ac15cbb56676d (diff)
Merge branch 'master' of ssh://git.yulqen.org:2222/home/git/repositories/html/yulqen.org
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"