From 7e1809d090941a8212a6f494c05f533d303c6206 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 26 Apr 2020 22:07:24 +0900 Subject: [PATCH 1/2] Change the subtitle to lower cases for Staging. --- config/staging/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/staging/config.toml b/config/staging/config.toml index b6015d2..7462554 100644 --- a/config/staging/config.toml +++ b/config/staging/config.toml @@ -4,7 +4,7 @@ languageCode = "ja" theme = "angels-ladder" [params] - subtitle = "Named after the quotation from Wind, Sand, and Stars by Saint Exupery." + subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery." facebook = "https://www.facebook.com/kazu634" twitter = "https://twitter.com/MusashiKazuhiro" github = "https://github.com/kazu634" From 17638f1aa4f4bb8f7dfdd04907ab416959786e25 Mon Sep 17 00:00:00 2001 From: Kazuhiro MUSASHI Date: Sun, 26 Apr 2020 22:07:51 +0900 Subject: [PATCH 2/2] Change the subtitle to lower cases for Production. --- config/_default/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index 61546f7..5944ab1 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -4,7 +4,7 @@ languageCode = "ja" theme = "angels-ladder" [params] - subtitle = "Named after the quotation from Wind, Sand, and Stars by Saint Exupery." + subtitle = "named after the quotation from Wind, Sand, and Stars by Saint Exupery." facebook = "https://www.facebook.com/kazu634" twitter = "https://twitter.com/MusashiKazuhiro" github = "https://github.com/kazu634"