added dateUpdated to blog gallery entries
This commit is contained in:
@@ -16,7 +16,12 @@
|
||||
</div>
|
||||
<div class="entry-text-container">
|
||||
<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>
|
||||
<div class="entry-tag-container">
|
||||
{#each post.post.tags as tag}
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user