diff --git a/.vitepress/theme/components/Footer.vue b/.vitepress/theme/components/Footer.vue
index a09f496..e0a96fd 100644
--- a/.vitepress/theme/components/Footer.vue
+++ b/.vitepress/theme/components/Footer.vue
@@ -36,7 +36,7 @@ onMounted(() => {
使用
- sendevia's material theme
+ sendevia's material theme
主题
版本:{{ siteVersion }}
diff --git a/index.md b/index.md
index b1c72f4..90afffb 100644
--- a/index.md
+++ b/index.md
@@ -1,4 +1,4 @@
---
home: true
+title: "首页"
---
-
diff --git a/posts.md b/posts.md
index ca03672..a2c399d 100644
--- a/posts.md
+++ b/posts.md
@@ -1,6 +1,6 @@
---
layout: posts
-title: 所有文章
+title: "所有文章"
---
diff --git a/search.md b/search.md
index dd4dd50..640ca02 100644
--- a/search.md
+++ b/search.md
@@ -1,6 +1,6 @@
---
layout: search
-title: 搜索文章
+title: "搜索文章"
---