From cae6e2ef6874ad558cc0c2ce4523537b51a39c70 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Mon, 12 Dec 2022 00:11:39 +0600 Subject: [PATCH] fix design Signed-off-by: nurRiyad --- components/LatestBlogCard.vue | 11 ++++++++++- pages/latest.vue | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/components/LatestBlogCard.vue b/components/LatestBlogCard.vue index 57e1c04..7852006 100644 --- a/components/LatestBlogCard.vue +++ b/components/LatestBlogCard.vue @@ -5,7 +5,16 @@ This is latest blog card -

Create 10 Dec 2022

+
+
+ + Create at 10 Dec 2022 +
+
+ + by riyad +
+

Lorem, ipsum dolor sit amet consectetur adipisicing elit. Tenetur diff --git a/pages/latest.vue b/pages/latest.vue index 8aaf89d..3a65ae0 100644 --- a/pages/latest.vue +++ b/pages/latest.vue @@ -7,7 +7,7 @@ const { data } = await useAsyncData("home", () => queryContent("/").find());