fix(conf): lowercase about page title and copyright line

pull/1/head
steven 2021-09-15 21:52:57 -04:00
parent c34a9d5276
commit d30868895c
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
baseURL = 'https://blog.mineral.town/' baseURL = 'https://blog.mineral.town/'
languageCode = 'en-us' languageCode = 'en-us'
title = 'mineral town blog' title = 'mineral town blog'
copyright = "steven ye"
theme = 'mineral' theme = 'mineral'
paginate = 5 paginate = 5
DefaultContentLanguage = "en" DefaultContentLanguage = "en"
@ -10,7 +11,7 @@ footnoteReturnLinkContents = "^"
[menu] [menu]
[[menu.main]] [[menu.main]]
identifier = "about" identifier = "about"
name = "About" name = "about"
url = "/about/" url = "/about/"
weight = 10 weight = 10