Merge branch 'master' into spacy.io

This commit is contained in:
Ines Montani 2019-03-28 15:26:17 +01:00
commit 730f759b4f

View File

@ -40,6 +40,7 @@ exports.createPages = ({ graphql, actions }) => {
resources {
id
title
slogan
}
categories {
label
@ -178,6 +179,7 @@ exports.createPages = ({ graphql, actions }) => {
slug: slug,
isIndex: false,
title: page.title || page.id,
teaser: page.slogan,
data: { ...page, isProject: true },
...universeContext,
},