Merge branch 'dev'
Some checks are pending
Sync and Deploy Astro Blog / sync-blog-content (push) Waiting to run
Sync and Deploy Astro Blog / build-and-deploy (push) Blocked by required conditions
Sync and Deploy Astro Blog / manual-deploy (push) Waiting to run

This commit is contained in:
ClovertaTheTrilobita 2026-04-17 14:26:36 +03:00
commit 1160e375d4
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>