Merge remote-tracking branch 'origin/master' into blog-content

This commit is contained in:
github-actions[bot] 2026-04-17 11:26:06 +00:00
commit 37df1043e8
3 changed files with 6 additions and 2 deletions

View file

@ -25,7 +25,8 @@ export default {
content: [
"These few lines speak what the heart would say; Ink and paper end, but thoughts still stay",
"Welcome to Cloverta's blog.",
]
],
latestTitle: "Latest Posts"
},
about: {
title: "About Me, and This Blog",

View file

@ -25,7 +25,8 @@ export default {
content: [
"见字如晤,展信舒颜。楮墨有限,不尽欲言。",
"欢迎来到三叶的博客。",
]
],
latestTitle: "最新文章"
},
about: {
title: "关于我,和这个博客",

View file

@ -47,6 +47,8 @@ const pageTitle = t.home.title;
<div class="section-divider"></div>
<h2>{t.home.latestTitle}</h2>
<PostList />
<div class="section-divider"></div>