mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 19:41:02 +08:00
Add footer
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
import Layout from "@layouts/Layout.astro";
|
||||
import Header from "@components/Header.astro";
|
||||
import Card from "@components/Card.astro";
|
||||
import Footer from "@components/Footer.astro";
|
||||
|
||||
export interface Frontmatter {
|
||||
title: string;
|
||||
@@ -117,6 +118,8 @@ const sortedPosts = posts.sort(
|
||||
</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
</main>
|
||||
</Layout>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user