diff --git a/src/lib/lists/blog-gallery.svelte b/src/lib/lists/blog-gallery.svelte index 6761f96..3e50475 100644 --- a/src/lib/lists/blog-gallery.svelte +++ b/src/lib/lists/blog-gallery.svelte @@ -16,7 +16,12 @@

{post.post.title}

-

:: {post.post.date}

+

+ :: {post.post.date} + {#if post.post.dateUpdated} + // {post.post.dateUpdated} + {/if} +

{post.post.description}

{#each post.post.tags as tag} diff --git a/src/routes/blog/posts.ts b/src/routes/blog/posts.ts index 1c590d5..8fb6072 100644 --- a/src/routes/blog/posts.ts +++ b/src/routes/blog/posts.ts @@ -41,12 +41,10 @@ export const posts: BlogPostLink[] = [ key: "2026/0326", post: { date: "2026-03-26", - dateUpdated: "2026-03-26", time: "20:50", banner: "banner.webp", bannerAlt: "White light blurs on a darker background.", title: "Moving On", - subtitle: "Moving On", description: "It's time to switch domains.", tags: [ BlogPostTag.META,