We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b83649 commit 71acb49Copy full SHA for 71acb49
src/layouts/WikiArticle.astro
@@ -5,7 +5,6 @@ import Layout from "./Main.astro";
5
import type { CollectionEntry } from "astro:content";
6
import Icon from "~/components/common/Icon.astro";
7
import Remark from "~/components/common/Remark.astro";
8
-import Footer from "~/components/layout/Footer.astro";
9
import type { MarkdownHeading } from "astro";
10
import path from "path";
11
@@ -88,7 +87,6 @@ export interface Props {
88
87
</a>
89
</div>
90
</main>
91
- <Footer />
92
93
<div id="outline" class="sidebar">
94
<button class="open"><Icon name="list" group="solid" /></button>
0 commit comments