diff --git a/components/BlogPostCard.vue b/components/BlogPostCard.vue index 39a6355a..5d2c83fe 100644 --- a/components/BlogPostCard.vue +++ b/components/BlogPostCard.vue @@ -3,7 +3,7 @@ Blog post image
{{ post.title }} - {{ new Date(post.created).toLocaleDateString() }} + {{ getDateWithLZero(Intl.DateTimeFormat().format(new Date(post.created))) }} {{ post.description }}
@@ -15,8 +15,10 @@