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