From 9049a075fd66f503ca99a79702bf1009952e45a9 Mon Sep 17 00:00:00 2001 From: Nicholas Orlowsky Date: Sat, 28 Dec 2024 14:45:13 -0500 Subject: [PATCH] add new blog --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 10cd001..db6eb89 100644 --- a/src/main.rs +++ b/src/main.rs @@ -114,7 +114,7 @@ lazy_static! { static ref blogs: HashMap<&'static str, BlogInfo<'static>> = { let mut m = HashMap::new(); m.insert( - "11-28-2024-postmortem", + "11-28-2024-onward-postmortem", BlogInfo { title: "Downtime Incident Postmortem (Nov 2024 - Present)", date: "December 28th, 2024",