mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 07:33:07 +08:00
Update index.astro
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
import { type CollectionEntry, getCollection, render } from "astro:content";
|
||||
import PostLayout from "@/layouts/PostLayout.astro";
|
||||
import Header from "@/components/Header.astro";
|
||||
import Footer from "@/components/Footer.astro";
|
||||
import Datetime from "@/components/Datetime.astro";
|
||||
import Tag from "@/components/Tag.astro";
|
||||
import { getPostSlug, getPostUrl } from "@/utils/getPostPaths";
|
||||
@@ -159,7 +158,6 @@ const ogImage = ogImageUrl
|
||||
|
||||
<AdjacentPostNav {prevPost} {nextPost} />
|
||||
</main>
|
||||
<Footer />
|
||||
</PostLayout>
|
||||
|
||||
<script is:inline data-astro-rerun>
|
||||
|
||||
Reference in New Issue
Block a user