Skip to content

Commit

Permalink
fix: remove one of the duplicated footer in wiki articles (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
CKRainbow authored Dec 26, 2023
1 parent 4b83649 commit 71acb49
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/layouts/WikiArticle.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import Layout from "./Main.astro";
import type { CollectionEntry } from "astro:content";
import Icon from "~/components/common/Icon.astro";
import Remark from "~/components/common/Remark.astro";
import Footer from "~/components/layout/Footer.astro";
import type { MarkdownHeading } from "astro";
import path from "path";
Expand Down Expand Up @@ -88,7 +87,6 @@ export interface Props {
</a>
</div>
</main>
<Footer />
</div>
<div id="outline" class="sidebar">
<button class="open"><Icon name="list" group="solid" /></button>
Expand Down

0 comments on commit 71acb49

Please sign in to comment.