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}