Skip to content

Commit 71acb49

Browse files
authored
fix: remove one of the duplicated footer in wiki articles (#18)
1 parent 4b83649 commit 71acb49

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/layouts/WikiArticle.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ 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";
98
import type { MarkdownHeading } from "astro";
109
import path from "path";
1110
@@ -88,7 +87,6 @@ export interface Props {
8887
</a>
8988
</div>
9089
</main>
91-
<Footer />
9290
</div>
9391
<div id="outline" class="sidebar">
9492
<button class="open"><Icon name="list" group="solid" /></button>

0 commit comments

Comments
 (0)