lanyard can suck my dickkkkk

This commit is contained in:
Lio 2024-10-09 16:38:48 +02:00
parent 2f8136bac1
commit b0a0d9c613

View file

@ -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
<h1>blog</h1>
<PostList posts={props.posts} />
</section>
<Lanyard />
{/* <Copyright /> */}
{/* <Copyright /> */}
</main>
</RenderWithoutJS>)
};
@ -52,4 +50,4 @@ export async function getStaticProps() {
posts: frontmatter
}
}
}
}