From 45bb904c8cccd9f0df640fe613e31604236964de Mon Sep 17 00:00:00 2001 From: weeman Date: Mon, 10 Nov 2025 21:59:56 +0100 Subject: [PATCH] Add TWIM to blog sub nav Signed-off-by: weeman --- navigation.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/navigation.toml b/navigation.toml index 6d1b070dc..7e67e30c6 100644 --- a/navigation.toml +++ b/navigation.toml @@ -15,6 +15,10 @@ href = "/blog/" title = "Archive" href = "/blog/archive/" +[[header.children]] +title = "TWIM" +href = "/category/this-week-in-matrix/" + [[header.children]] title = "Authors" href = "/author/"