From 8b39882480cfa6bcba49e1476573907ac7c13d76 Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Mon, 20 May 2024 12:02:08 +0100 Subject: Adds a now page --- config.toml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config.toml') 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" -- cgit v1.2.3