This commit is contained in:
@@ -6,7 +6,7 @@ export default function Document() {
|
||||
// please change the dir prop value in the following code to rtl
|
||||
// Like <Html dir="rtl" lang="en">
|
||||
// Otherwise, please do not change
|
||||
<Html dir="ltr" lang="en">
|
||||
<Html dir="ltr" lang="zh">
|
||||
<Head />
|
||||
<body>
|
||||
<Main />
|
||||
|
||||
@@ -20,7 +20,7 @@ export default function AboutPage() {
|
||||
/>
|
||||
<NavBar />
|
||||
<ContentContainer>
|
||||
<PageTitle>{"ABOUT ME"}</PageTitle>
|
||||
<PageTitle>{"关于妙妙"}</PageTitle>
|
||||
<Separator />
|
||||
<Introduction />
|
||||
<Separator />
|
||||
|
||||
@@ -14,7 +14,7 @@ export default function FriendsPage() {
|
||||
<SEO description={"My Friend Links"} title={`${Config.SiteTitle} - Friends`} />
|
||||
<NavBar />
|
||||
<ContentContainer>
|
||||
<PageTitle>{"FRIENDS"}</PageTitle>
|
||||
<PageTitle>{"朋友们"}</PageTitle>
|
||||
<Separator />
|
||||
<FriendLinkList friends={FriendsList} />
|
||||
</ContentContainer>
|
||||
|
||||
@@ -32,7 +32,7 @@ export default function Home(props: HomePageProps) {
|
||||
<NavBar />
|
||||
<ContentContainer>
|
||||
<HomeCover />
|
||||
{props.pinnedPostList.length !== 0 && (
|
||||
{/* {props.pinnedPostList.length !== 0 && (
|
||||
<div>
|
||||
<Separator />
|
||||
<h2 className={"caption-font my-5 flex justify-center font-bold text-2xl"}>
|
||||
@@ -61,7 +61,7 @@ export default function Home(props: HomePageProps) {
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
)} */}
|
||||
</ContentContainer>
|
||||
<Footer />
|
||||
</Page>
|
||||
|
||||
Reference in New Issue
Block a user