diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 9a39545..2fba5ac 100644 --- a/config.toml +++ b/config.toml @@ -68,6 +68,9 @@ cross-origin-resource-policy = "same-site" name = "Home" url = "/" [[menus.main]] + name = "Now" + url = "/now" +[[menus.main]] name = "Posts" url = "/post/" [[menus.main]] |