Skip to content

Commit b5e1e66

Browse files
committed
Revert "fix: remove one of the duplicated footer in wiki articles (#18)"
This reverts commit 71acb49.
1 parent 71acb49 commit b5e1e66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/layouts/WikiArticle.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Layout from "./Main.astro";
55
import type { CollectionEntry } from "astro:content";
66
import Icon from "~/components/common/Icon.astro";
77
import Remark from "~/components/common/Remark.astro";
8+
import Footer from "~/components/layout/Footer.astro";
89
import type { MarkdownHeading } from "astro";
910
import path from "path";
1011
@@ -87,6 +88,7 @@ export interface Props {
8788
</a>
8889
</div>
8990
</main>
91+
<Footer />
9092
</div>
9193
<div id="outline" class="sidebar">
9294
<button class="open"><Icon name="list" group="solid" /></button>

0 commit comments

Comments
 (0)