diff options
| author | Fuwn <[email protected]> | 2022-03-18 05:07:38 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-18 05:07:38 -0700 |
| commit | 9a59dbef134747d5981897c0fb93308be3e3a856 (patch) | |
| tree | 850f30404fb05bc7d465150b28d989a3d036e9f7 | |
| parent | feat(footer): giscus comments (diff) | |
| download | frontend-next-9a59dbef134747d5981897c0fb93308be3e3a856.tar.xz frontend-next-9a59dbef134747d5981897c0fb93308be3e3a856.zip | |
fmt: prettier
| -rw-r--r-- | src/routes/__layout.svelte | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte index 2435b58..1781500 100644 --- a/src/routes/__layout.svelte +++ b/src/routes/__layout.svelte @@ -32,20 +32,21 @@ SPDX-License-Identifier: GPL-3.0-only --> <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 + 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> - <template id="giscus"></template> + <template id="giscus" /> </footer> |