mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +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 (
|
return (
|
||||||
<Layout title={pageTitle} description={siteSubtitle}>
|
<Layout title={pageTitle} description={siteSubtitle}>
|
||||||
<Sidebar />
|
<Sidebar isIndex />
|
||||||
<Page>
|
<Page>
|
||||||
<Feed edges={edges} />
|
<Feed edges={edges} />
|
||||||
<Pagination
|
<Pagination
|
||||||
|
Loading…
Reference in New Issue
Block a user