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}
|
||||
|
||||
Reference in New Issue
Block a user