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 71acb49 commit b5e1e66Copy full SHA for b5e1e66
src/layouts/WikiArticle.astro
@@ -5,6 +5,7 @@ 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
@@ -87,6 +88,7 @@ export interface Props {
87
88
</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