mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Fix desc text
This commit is contained in:
@@ -14,7 +14,7 @@ const sortedPosts = getSortedPosts(posts);
|
||||
|
||||
<Layout title={`Posts | ${import.meta.env.PUBLIC_SITE_TITLE}`}>
|
||||
<Header activeNav="posts" />
|
||||
<Main pageTitle="Posts" pageDesc="All the tags used in posts.">
|
||||
<Main pageTitle="Posts" pageDesc="All the articles I've posted.">
|
||||
<ul>
|
||||
{
|
||||
sortedPosts.map(({ frontmatter }) => {
|
||||
|
||||
Reference in New Issue
Block a user