added dateUpdated to blog gallery entries

This commit is contained in:
2026-04-02 16:36:00 +02:00
parent 33dd570d29
commit 6e862f5285
2 changed files with 6 additions and 3 deletions

View File

@@ -16,7 +16,12 @@
</div>
<div class="entry-text-container">
<p class="entry-title">{post.post.title}</p>
<p class="entry-date">::&nbsp;{post.post.date}</p>
<p class="entry-date">
::&nbsp;{post.post.date}
{#if post.post.dateUpdated}
// {post.post.dateUpdated}
{/if}
</p>
<p class="entry-description">{post.post.description}</p>
<div class="entry-tag-container">
{#each post.post.tags as tag}

View File

@@ -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,