Merge branch 'master' into spacy.io

This commit is contained in:
Ines Montani 2019-03-28 15:26:17 +01:00
commit 730f759b4f
1 changed files with 2 additions and 0 deletions

View File

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