lanyard can suck my dickkkkk
This commit is contained in:
		
							parent
							
								
									2f8136bac1
								
							
						
					
					
						commit
						b0a0d9c613
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -2,7 +2,6 @@
 | 
				
			||||||
import RenderWithoutJS from "@/components/RenderWithoutJS";
 | 
					import RenderWithoutJS from "@/components/RenderWithoutJS";
 | 
				
			||||||
import Sidebar from "@/components/Sidebar";
 | 
					import Sidebar from "@/components/Sidebar";
 | 
				
			||||||
import index from "@/styles/Index.module.sass"
 | 
					import index from "@/styles/Index.module.sass"
 | 
				
			||||||
import Lanyard from "@/components/Lanyard"
 | 
					 | 
				
			||||||
import listFiles from "@/lib/listFiles";
 | 
					import listFiles from "@/lib/listFiles";
 | 
				
			||||||
import getFrontmatter from "@/lib/getFrontmatter";
 | 
					import getFrontmatter from "@/lib/getFrontmatter";
 | 
				
			||||||
import PostList from "@/components/PostList";
 | 
					import PostList from "@/components/PostList";
 | 
				
			||||||
| 
						 | 
					@ -19,8 +18,7 @@ const IndexPage = (props: { posts: [{ title: string, date: string, link: string
 | 
				
			||||||
                <h1>blog</h1>
 | 
					                <h1>blog</h1>
 | 
				
			||||||
                <PostList posts={props.posts} />
 | 
					                <PostList posts={props.posts} />
 | 
				
			||||||
            </section>
 | 
					            </section>
 | 
				
			||||||
            <Lanyard />
 | 
					           {/* <Copyright /> */}
 | 
				
			||||||
            {/* <Copyright /> */}
 | 
					 | 
				
			||||||
        </main>
 | 
					        </main>
 | 
				
			||||||
    </RenderWithoutJS>)
 | 
					    </RenderWithoutJS>)
 | 
				
			||||||
};
 | 
					};
 | 
				
			||||||
| 
						 | 
					@ -52,4 +50,4 @@ export async function getStaticProps() {
 | 
				
			||||||
            posts: frontmatter
 | 
					            posts: frontmatter
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue