add new blog

This commit is contained in:
Nicholas Orlowsky 2024-12-28 14:45:13 -05:00
parent 1a42ee0769
commit 9049a075fd

View file

@ -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",