summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-20 15:56:15 +0800
committerJeffrey Tse <jeffreytse.mail@gmail.com>2019-09-20 15:56:15 +0800
commita0f94e39adb855c736560f9839548ea142c5b612 (patch)
treef222c90c5eeb8569ceeb01fac3d7fdbbaeca8c35
parent8a4923aea8fb4757b99b945dcfdc6448970bc396 (diff)
chore: change page title
-rw-r--r--archives.html2
-rw-r--r--categories.html2
-rw-r--r--index.html2
-rw-r--r--tags.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/archives.html b/archives.html
index d470d28..4d5423e 100644
--- a/archives.html
+++ b/archives.html
@@ -1,4 +1,4 @@
---
layout: archives
-title: archives
+title: Archives
---
diff --git a/categories.html b/categories.html
index 9e271e8..a1c1069 100644
--- a/categories.html
+++ b/categories.html
@@ -1,4 +1,4 @@
---
layout: categories
-title: categories
+title: Categories
---
diff --git a/index.html b/index.html
index e326e28..345c425 100644
--- a/index.html
+++ b/index.html
@@ -3,5 +3,5 @@
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
layout: home
-title: home
+title: Home
---
diff --git a/tags.html b/tags.html
index 85ca349..a754953 100644
--- a/tags.html
+++ b/tags.html
@@ -1,4 +1,4 @@
---
layout: tags
-title: tags
+title: Tags
---