removed portsmouth postmortem blog stub

This commit is contained in:
2026-03-07 14:15:54 +01:00
parent bc9af8225a
commit 01f3f52958
13 changed files with 1 additions and 137 deletions

View File

@@ -23,13 +23,6 @@ export interface BlogPostLink {
export const posts: BlogPostLink[] = [
// ["2026/0128", {
// date: "2026-01-05",
// time: "13:00",
// banner: "langstone.webp",
// title: "Portsmouth Postmortem",
// description: "",
// }],
{
key: "2026/0214",
post: {
@@ -85,10 +78,4 @@ export const posts: BlogPostLink[] = [
description: "Something about how boundaries can foster creativity.",
}
},
];
// export function getDate(post: BlogPostDetails): string {
// var s = [post.year, post.date.split()].join("");
// s.
// return "";
// }
];