yufan.me/src/pages/index.astro
2024-06-14 02:11:26 +08:00

7 lines
161 B
Plaintext

---
import { posts, tags } from '@/helpers/schema';
import PostsLayout from '@/layouts/posts/PostsLayout.astro';
---
<PostsLayout pageNum={1} {posts} {tags} />