Added custom title support

This commit is contained in:
2018-06-29 08:00:07 +10:00
parent 0ef9b02ff9
commit dfc78cf102
7 changed files with 62 additions and 13 deletions

View File

@ -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": {