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());