Use local times for post dates
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user