aboutsummaryrefslogtreecommitdiff
path: root/src/routes/__layout.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/__layout.svelte')
-rw-r--r--src/routes/__layout.svelte26
1 files changed, 0 insertions, 26 deletions
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte
index 30d9714..2c0f9ba 100644
--- a/src/routes/__layout.svelte
+++ b/src/routes/__layout.svelte
@@ -25,29 +25,3 @@ SPDX-License-Identifier: GPL-3.0-only -->
<main>
<slot />
</main>
-
-<footer>
- <p>
- String copyright = "2022-{new Date().getFullYear()}
- <a href="https://github.com/Fuwn">Fuwn</a>";
- </p>
-
- <script
- src="https://giscus.app/client.js"
- data-repo="senpy-club/comments"
- data-repo-id="R_kgDOHBgyMw"
- data-category="General"
- data-category-id="DIC_kwDOHBgyM84COKRc"
- data-mapping="title"
- data-reactions-enabled="1"
- data-emit-metadata="0"
- data-input-position="top"
- data-theme="dark"
- data-lang="en"
- crossorigin="anonymous"
- async>
- </script>
-
- <!-- prettier-ignore -->
- <template id="giscus"></template>
-</footer>