created ImageSubtitle element; added content to blog post 1
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
export interface BlogPostDetails {
|
||||
date: string;
|
||||
|
||||
// Format: HH:mm
|
||||
time: string;
|
||||
|
||||
/**
|
||||
* Short title to be used in URL.
|
||||
*/
|
||||
@@ -14,8 +17,9 @@ export interface BlogPostDetails {
|
||||
}
|
||||
|
||||
export const posts = new Map<string, BlogPostDetails>([
|
||||
["2026/0105", {
|
||||
["2026/0128", {
|
||||
date: "2026-01-05",
|
||||
time: "13:00",
|
||||
shortTitle: "portsmouth",
|
||||
fullTitle: "Portsmouth Postmortem",
|
||||
description: "",
|
||||
|
||||
Reference in New Issue
Block a user