added dateUpdated to blog gallery entries
This commit is contained in:
@@ -16,7 +16,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="entry-text-container">
|
<div class="entry-text-container">
|
||||||
<p class="entry-title">{post.post.title}</p>
|
<p class="entry-title">{post.post.title}</p>
|
||||||
<p class="entry-date">:: {post.post.date}</p>
|
<p class="entry-date">
|
||||||
|
:: {post.post.date}
|
||||||
|
{#if post.post.dateUpdated}
|
||||||
|
// {post.post.dateUpdated}
|
||||||
|
{/if}
|
||||||
|
</p>
|
||||||
<p class="entry-description">{post.post.description}</p>
|
<p class="entry-description">{post.post.description}</p>
|
||||||
<div class="entry-tag-container">
|
<div class="entry-tag-container">
|
||||||
{#each post.post.tags as tag}
|
{#each post.post.tags as tag}
|
||||||
|
|||||||
@@ -41,12 +41,10 @@ export const posts: BlogPostLink[] = [
|
|||||||
key: "2026/0326",
|
key: "2026/0326",
|
||||||
post: {
|
post: {
|
||||||
date: "2026-03-26",
|
date: "2026-03-26",
|
||||||
dateUpdated: "2026-03-26",
|
|
||||||
time: "20:50",
|
time: "20:50",
|
||||||
banner: "banner.webp",
|
banner: "banner.webp",
|
||||||
bannerAlt: "White light blurs on a darker background.",
|
bannerAlt: "White light blurs on a darker background.",
|
||||||
title: "Moving On",
|
title: "Moving On",
|
||||||
subtitle: "Moving On",
|
|
||||||
description: "It's time to switch domains.",
|
description: "It's time to switch domains.",
|
||||||
tags: [
|
tags: [
|
||||||
BlogPostTag.META,
|
BlogPostTag.META,
|
||||||
|
|||||||
Reference in New Issue
Block a user