From b0a0d9c613ebe67691d530707077adcf2bf9896d Mon Sep 17 00:00:00 2001 From: Lio Date: Wed, 9 Oct 2024 16:38:48 +0200 Subject: [PATCH] lanyard can suck my dickkkkk --- src/pages/blog/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/blog/index.tsx b/src/pages/blog/index.tsx index 8600e4a..54d9a37 100644 --- a/src/pages/blog/index.tsx +++ b/src/pages/blog/index.tsx @@ -2,7 +2,6 @@ import RenderWithoutJS from "@/components/RenderWithoutJS"; import Sidebar from "@/components/Sidebar"; import index from "@/styles/Index.module.sass" -import Lanyard from "@/components/Lanyard" import listFiles from "@/lib/listFiles"; import getFrontmatter from "@/lib/getFrontmatter"; import PostList from "@/components/PostList"; @@ -19,8 +18,7 @@ const IndexPage = (props: { posts: [{ title: string, date: string, link: string

blog

- - {/* */} + {/* */} ) }; @@ -52,4 +50,4 @@ export async function getStaticProps() { posts: frontmatter } } -} \ No newline at end of file +}