Merge pull request #94 from vzhou842/isIndex

Add isIndex prop to Sidebar in index-template
This commit is contained in:
Alexander Shelepenok 2019-02-13 22:55:41 +03:00 committed by GitHub
commit bf8a726f79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ const IndexTemplate = ({ data, pageContext }) => {
return (
<Layout title={pageTitle} description={siteSubtitle}>
<Sidebar />
<Sidebar isIndex />
<Page>
<Feed edges={edges} />
<Pagination