From a0f94e39adb855c736560f9839548ea142c5b612 Mon Sep 17 00:00:00 2001 From: Jeffrey Tse Date: Fri, 20 Sep 2019 15:56:15 +0800 Subject: [PATCH] chore: change page title --- archives.html | 2 +- categories.html | 2 +- index.html | 2 +- tags.html | 2 +- 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 ---