yufan.me/src/pages/index.astro

7 lines
161 B
Plaintext
Raw Normal View History

2024-06-14 02:11:26 +08:00
---
import { posts, tags } from '@/helpers/schema';
import PostsLayout from '@/layouts/posts/PostsLayout.astro';
---
<PostsLayout pageNum={1} {posts} {tags} />