mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2024-12-27 07:18:17 +01:00
Add isIndex prop to Sidebar component in index-template
This commit is contained in:
parent
d31e82a2f9
commit
1a81d54db5
@ -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