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