mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 15:58:38 +01:00
.
This commit is contained in:
@@ -19,8 +19,8 @@ import { blogPosts, homePosts } from '~/blog/Blog';
|
|||||||
|
|
||||||
<div class="home-posts flex gap-10 justify-center">
|
<div class="home-posts flex gap-10 justify-center">
|
||||||
<NuxtLink tag="article" :to="post.id" v-for="post of homePosts" class="flex flex-col gap-2">
|
<NuxtLink tag="article" :to="post.id" v-for="post of homePosts" class="flex flex-col gap-2">
|
||||||
<img class="w-full h-full rounded-xl outline outline-[1px] outline-gray-100/20" :src="'/blog/' + post.image"
|
<img class="w-full h-full rounded-xl outline outline-[1px] outline-gray-100/20"
|
||||||
:alt="post.title">
|
:src="'/blog/' + post.image" :alt="post.title">
|
||||||
<h4 class="font-normal mt-2"> {{ post.title }} </h4>
|
<h4 class="font-normal mt-2"> {{ post.title }} </h4>
|
||||||
<div class="flex gap-3 items-center text-[1rem]">
|
<div class="flex gap-3 items-center text-[1rem]">
|
||||||
<img class="w-9 h-9 rounded-full" :src="'/blog/' + post.authorImage" :alt="post.author">
|
<img class="w-9 h-9 rounded-full" :src="'/blog/' + post.authorImage" :alt="post.author">
|
||||||
|
|||||||
Reference in New Issue
Block a user