update title

This commit is contained in:
ClovertaTheTrilobita 2026-04-17 14:26:16 +03:00
parent 8c4eae8a96
commit 9973a78d4a
3 changed files with 6 additions and 2 deletions

View file

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

View file

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

View file

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