News
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
"link": "/people",
|
||||
"external": false
|
||||
},
|
||||
{
|
||||
"name": "News",
|
||||
"link": "/news",
|
||||
"external": false
|
||||
},
|
||||
|
||||
{
|
||||
"name": "Values",
|
||||
|
||||
@@ -79,7 +79,7 @@ module.exports = {
|
||||
typeName: 'Blog',
|
||||
path: './content/blog/**/*.md',
|
||||
templates: {
|
||||
BlogPost: '/blog/:id'
|
||||
BlogPost: '/news/:id'
|
||||
},
|
||||
refs: {
|
||||
author: 'Person',
|
||||
@@ -124,7 +124,7 @@ module.exports = {
|
||||
},
|
||||
templates: {
|
||||
Blog: [{
|
||||
path: '/blog/:id'
|
||||
path: '/news/:id'
|
||||
}],
|
||||
Person: [{
|
||||
path: '/people/:id',
|
||||
|
||||
Reference in New Issue
Block a user