Use local times for post dates

This commit is contained in:
2023-02-25 15:04:36 +11:00
parent 49bf9dc52d
commit f3cf53938e
5 changed files with 18 additions and 3 deletions

View File

@@ -7,5 +7,5 @@ div class="mb-8 h-entry"
== render :tags, tags: post.tags
p class="text-sm text-blue-400"
time class="dt-published" datetime=post.published_at
time class="dt-published" datetime=post.machine_published_at
= post.display_published_at