From dd8262c2292180ce92f48a9a69ad4a8fcc0e9e08 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Tue, 4 Mar 2025 10:24:35 +0100 Subject: Add now page --- config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.toml') diff --git a/config.toml b/config.toml index 3af0e7b..848e0a9 100644 --- a/config.toml +++ b/config.toml @@ -69,6 +69,9 @@ wildcard_domain = "aln.pe" [[menus.main]] name = "Home" url = "/" +[[menus.main]] + name = "Now" + url = "/now" [[menus.main]] name = "Posts" url = "/post/" -- cgit 1.4.1