Skip to content

Commit d438fac

Browse files
Fix: remove old Giscus div from Footer.tsx
Also removed a pesky `<hr>` from the bottom of the homepage, as Quartz places a `<hr>` after the body already.
1 parent f7f54a1 commit d438fac

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

Diff for: content/index.md

-2
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,3 @@ An outline of the various tools used for Morrowind modding, organized by categor
7272
## [[contributing/index|Contributing]]
7373

7474
* [[how-to-contribute|How to Contribute]]
75-
76-
---

Diff for: quartz/components/Footer.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ export default ((opts?: Options) => {
1313
const links = opts?.links ?? []
1414
return (
1515
<footer class={`${displayClass ?? ""}`}>
16-
<div class="giscus" style={{ marginTop: "5rem" }}></div>
1716
<hr />
1817
<p>
1918
{i18n(cfg.locale).components.footer.createdWith}{" "}

0 commit comments

Comments
 (0)