From 23ca0801dd2892740d68c15cd03ce2aa2892cfa2 Mon Sep 17 00:00:00 2001 From: nurRiyad Date: Sun, 11 Dec 2022 23:58:18 +0600 Subject: [PATCH] update latest page Signed-off-by: nurRiyad --- components/BlogCard.vue | 4 ++-- components/LatestBlogCard.vue | 19 +++++++++++++++++++ components/NavbarCom.vue | 4 ++-- components/OneLineCard.vue | 2 +- layouts/list.vue | 9 +++++++++ pages/index.vue | 2 +- pages/latest.vue | 14 ++++++++++---- 7 files changed, 44 insertions(+), 10 deletions(-) create mode 100644 components/LatestBlogCard.vue create mode 100644 layouts/list.vue diff --git a/components/BlogCard.vue b/components/BlogCard.vue index de129be..3f51f54 100644 --- a/components/BlogCard.vue +++ b/components/BlogCard.vue @@ -1,7 +1,7 @@