quotes

My favourite quotes. (gatsbyjs)
git clone http://git.hanabi.in/repos/quotes.git
Log | Files | Refs | README | LICENSE

commit f8779c50c63fe451b96f6610cc3bd49b8bf8ea40
parent ec38c8934181fdd3aa91daf8a96a917072d525cc
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Wed, 11 Mar 2020 14:09:20 +0530

fix gatsby-node + add unverified

Diffstat:
Mgatsby-node.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gatsby-node.js b/gatsby-node.js @@ -74,9 +74,7 @@ const createAuthorPages = function(createPage, posts) { path: `/authors/${author}`, component: singleAuthorTemplate, context: { - attributed, author, - misattributed, posts, }, }); @@ -105,6 +103,7 @@ exports.createPages = function({ graphql, actions }) { path tags title + unverified } } }