add new blog
This commit is contained in:
parent
1a42ee0769
commit
9049a075fd
|
@ -114,7 +114,7 @@ lazy_static! {
|
||||||
static ref blogs: HashMap<&'static str, BlogInfo<'static>> = {
|
static ref blogs: HashMap<&'static str, BlogInfo<'static>> = {
|
||||||
let mut m = HashMap::new();
|
let mut m = HashMap::new();
|
||||||
m.insert(
|
m.insert(
|
||||||
"11-28-2024-postmortem",
|
"11-28-2024-onward-postmortem",
|
||||||
BlogInfo {
|
BlogInfo {
|
||||||
title: "Downtime Incident Postmortem (Nov 2024 - Present)",
|
title: "Downtime Incident Postmortem (Nov 2024 - Present)",
|
||||||
date: "December 28th, 2024",
|
date: "December 28th, 2024",
|
||||||
|
|
Loading…
Reference in a new issue