diff options
author | Alan Pearce | 2025-03-04 10:24:35 +0100 |
---|---|---|
committer | Alan Pearce | 2025-03-04 10:35:06 +0100 |
commit | dd8262c2292180ce92f48a9a69ad4a8fcc0e9e08 (patch) | |
tree | 273bcae5a957d96d8b1d9021c3765a0008c59f58 /config.toml | |
parent | 4d79f6d086946884b12c98b7b3add5b36fd146bc (diff) | |
download | website-dd8262c2292180ce92f48a9a69ad4a8fcc0e9e08.tar.lz website-dd8262c2292180ce92f48a9a69ad4a8fcc0e9e08.tar.zst website-dd8262c2292180ce92f48a9a69ad4a8fcc0e9e08.zip |
Add now page
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 3af0e7b..848e0a9 100644 --- a/config.toml +++ b/config.toml @@ -70,6 +70,9 @@ wildcard_domain = "aln.pe" name = "Home" url = "/" [[menus.main]] + name = "Now" + url = "/now" +[[menus.main]] name = "Posts" url = "/post/" [[menus.main]] |