From 807816d0f63da929cb5a2852fa78f045ee660cec Mon Sep 17 00:00:00 2001 From: Emily Date: Tue, 16 Jul 2024 21:22:41 +0200 Subject: [PATCH] . --- landing/pages/blog/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/landing/pages/blog/index.vue b/landing/pages/blog/index.vue index 3e6709e..55b1cd0 100644 --- a/landing/pages/blog/index.vue +++ b/landing/pages/blog/index.vue @@ -19,8 +19,8 @@ import { blogPosts, homePosts } from '~/blog/Blog';
- +

{{ post.title }}

@@ -34,11 +34,11 @@ import { blogPosts, homePosts } from '~/blog/Blog';
-
{{ post.title }}
- +
{{ post.author }}
• {{ post.created_at }}