removed portsmouth postmortem blog stub
This commit is contained in:
@@ -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 "";
|
||||
// }
|
||||
];
|
||||
Reference in New Issue
Block a user