fix(conf): lowercase about page title and copyright line
parent
c34a9d5276
commit
d30868895c
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue