Added custom title support
This commit is contained in:
@ -5,7 +5,9 @@ import Policy from './policy-english';
|
||||
|
||||
module.exports = {
|
||||
"site": {
|
||||
"name": "domsPlace"
|
||||
"name": "domsPlace",
|
||||
"title": "domsPlace - Personal Site of Dominic Masters",
|
||||
"titleTemplate": "%s - domsPlace"
|
||||
},
|
||||
|
||||
"navbar": {
|
||||
@ -14,6 +16,15 @@ module.exports = {
|
||||
"contact": "Contact"
|
||||
},
|
||||
|
||||
"footer": {
|
||||
"links": {
|
||||
"home": "Home",
|
||||
"about": "About Me",
|
||||
"contact": "Contact Me",
|
||||
"privacy": "Privacy Policy"
|
||||
}
|
||||
},
|
||||
|
||||
"pages": {
|
||||
|
||||
"about": {
|
||||
|
Reference in New Issue
Block a user