mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +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}`}>
|
<Layout title={`Posts | ${import.meta.env.PUBLIC_SITE_TITLE}`}>
|
||||||
<Header activeNav="posts" />
|
<Header activeNav="posts" />
|
||||||
<Main pageTitle="Posts" pageDesc="All the tags used in posts.">
|
<Main pageTitle="Posts" pageDesc="All the articles I've posted.">
|
||||||
<ul>
|
<ul>
|
||||||
{
|
{
|
||||||
sortedPosts.map(({ frontmatter }) => {
|
sortedPosts.map(({ frontmatter }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user