From d30868895c16479d1978087e550a1031e69fd9e1 Mon Sep 17 00:00:00 2001 From: steven-y-e Date: Wed, 15 Sep 2021 21:52:57 -0400 Subject: [PATCH] fix(conf): lowercase about page title and copyright line --- blog/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/blog/config.toml b/blog/config.toml index 05190b4..1d2e09f 100644 --- a/blog/config.toml +++ b/blog/config.toml @@ -1,6 +1,7 @@ baseURL = 'https://blog.mineral.town/' languageCode = 'en-us' title = 'mineral town blog' +copyright = "steven ye" theme = 'mineral' paginate = 5 DefaultContentLanguage = "en" @@ -10,7 +11,7 @@ footnoteReturnLinkContents = "^" [menu] [[menu.main]] identifier = "about" - name = "About" + name = "about" url = "/about/" weight = 10