mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 02:29:46 +01:00 
			
		
		
		
	Add isIndex prop to Sidebar component in index-template
This commit is contained in:
		@@ -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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user