Add footer

This commit is contained in:
Sat Naing
2022-09-10 01:38:35 +06:30
parent 9ceb9a3f68
commit 3b24a82ef4
2 changed files with 65 additions and 0 deletions
+3
View File
@@ -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>