From a5142fb00b5db7bdef2175860a3dd08239ac9266 Mon Sep 17 00:00:00 2001 From: eggy Date: Thu, 1 Dec 2022 01:24:26 -0500 Subject: [PATCH] feat: use time el for date strings for better machine recognition --- components/BlogStatBox.vue | 5 ++--- components/Date.vue | 13 +++++++++++++ components/PostPreviewCard.vue | 4 ++-- components/StoryStatBox.vue | 6 ++---- pages/[...slug].vue | 4 ++-- shared/metadata.ts | 5 +++++ 6 files changed, 26 insertions(+), 11 deletions(-) create mode 100644 components/Date.vue diff --git a/components/BlogStatBox.vue b/components/BlogStatBox.vue index 8b73c40..2a4d41a 100644 --- a/components/BlogStatBox.vue +++ b/components/BlogStatBox.vue @@ -1,6 +1,6 @@