Skip to content

Commit

Permalink
Fix met a description in universe projects [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ines committed Mar 28, 2019
1 parent 74e738d commit 7d033a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ exports.createPages = ({ graphql, actions }) => {
resources {
id
title
slogan
}
categories {
label
Expand Down Expand Up @@ -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,
},
Expand Down

0 comments on commit 7d033a7

Please sign in to comment.