mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-26 14:59:14 +01:00
Merge pull request #94 from vzhou842/isIndex
Add isIndex prop to Sidebar in index-template
This commit is contained in:
commit
bf8a726f79
@ -25,7 +25,7 @@ const IndexTemplate = ({ data, pageContext }) => {
|
||||
|
||||
return (
|
||||
<Layout title={pageTitle} description={siteSubtitle}>
|
||||
<Sidebar />
|
||||
<Sidebar isIndex />
|
||||
<Page>
|
||||
<Feed edges={edges} />
|
||||
<Pagination
|
||||
|
Loading…
Reference in New Issue
Block a user