]> git.lizzy.rs Git - frontend-next.git/commitdiff
fix(header): ignore template tag prettier
authorFuwn <contact@fuwn.me>
Fri, 18 Mar 2022 12:11:29 +0000 (05:11 -0700)
committerFuwn <contact@fuwn.me>
Fri, 18 Mar 2022 12:11:29 +0000 (05:11 -0700)
src/routes/__layout.svelte

index 17815006a23d10024dab1f105cfe5029649c3721..30d971492be0b0237898abc3220102e7ff722c2f 100644 (file)
@@ -48,5 +48,6 @@ SPDX-License-Identifier: GPL-3.0-only -->
     async>
   </script>
 
-  <template id="giscus" />
+  <!-- prettier-ignore -->
+  <template id="giscus"></template>
 </footer>