]> git.lizzy.rs Git - frontend-next.git/commitdiff
fmt: prettier
authorFuwn <contact@fuwn.me>
Fri, 18 Mar 2022 12:07:38 +0000 (05:07 -0700)
committerFuwn <contact@fuwn.me>
Fri, 18 Mar 2022 12:07:38 +0000 (05:07 -0700)
src/routes/__layout.svelte

index 2435b582c8f77c3d2211583721d725f0f7f8d136..17815006a23d10024dab1f105cfe5029649c3721 100644 (file)
@@ -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>