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 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,7 +18,6 @@ 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>)