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 ---