Add last location to home page

This commit is contained in:
2023-02-25 17:04:54 +11:00
parent 62e518673a
commit 1a83557468
6 changed files with 38 additions and 5 deletions

View File

@@ -7,5 +7,6 @@ div class="mb-8 h-entry"
== render :tags, tags: post.tags
p class="text-sm text-blue-400"
time class="dt-published" datetime=post.machine_published_at
= post.display_published_at
a href="#{post.permalink}"
time class="dt-published" datetime=post.machine_published_at
= post.display_published_at