mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-07-03 15:41:26 +00:00
Merge branch 'dev'
This commit is contained in:
commit
1160e375d4
3 changed files with 6 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -25,7 +25,8 @@ export default {
|
|||
content: [
|
||||
"见字如晤,展信舒颜。楮墨有限,不尽欲言。",
|
||||
"欢迎来到三叶的博客。",
|
||||
]
|
||||
],
|
||||
latestTitle: "最新文章"
|
||||
},
|
||||
about: {
|
||||
title: "关于我,和这个博客",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue