mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Add footer in post detail page
This commit is contained in:
@@ -1,8 +1,9 @@
|
|||||||
---
|
---
|
||||||
import Datetime from "@components/Datetime.astro";
|
|
||||||
import Header from "@components/Header.astro";
|
|
||||||
import Tag from "@components/Tag.astro";
|
|
||||||
import Layout from "@layouts/Layout.astro";
|
import Layout from "@layouts/Layout.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 type { MarkdownInstance } from "astro";
|
import type { MarkdownInstance } from "astro";
|
||||||
import type { Frontmatter } from "../index.astro";
|
import type { Frontmatter } from "../index.astro";
|
||||||
|
|
||||||
@@ -45,6 +46,7 @@ const { Content, frontmatter } = Astro.props.post;
|
|||||||
<Content />
|
<Content />
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
|
<Footer />
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|||||||
Reference in New Issue
Block a user