diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-25 21:57:31 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-25 21:57:31 +0100 |
commit | d3c80658456dee1a9f750d6c4ca6ca976edfb352 (patch) | |
tree | 0d51463a74735e967e0fe9c2cd6229e92c95c482 /config.toml | |
parent | ceb701b019ace7c7ae1b88eec7fc0c82e54d635a (diff) | |
parent | 9a5cad4c3763d58820bfa718d40ac15cbb56676d (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.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" |