aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-18 05:11:29 -0700
committerFuwn <[email protected]>2022-03-18 05:11:29 -0700
commit6d8ee122656cc8072989b26de1d940c929b3990f (patch)
tree1fc96633e6e4b204645c331bbc8647e83eeede23 /src
parentfmt: prettier (diff)
downloadfrontend-next-6d8ee122656cc8072989b26de1d940c929b3990f.tar.xz
frontend-next-6d8ee122656cc8072989b26de1d940c929b3990f.zip
fix(header): ignore template tag prettier
Diffstat (limited to 'src')
-rw-r--r--src/routes/__layout.svelte3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/routes/__layout.svelte b/src/routes/__layout.svelte
index 1781500..30d9714 100644
--- a/src/routes/__layout.svelte
+++ b/src/routes/__layout.svelte
@@ -48,5 +48,6 @@ SPDX-License-Identifier: GPL-3.0-only -->
async>
</script>
- <template id="giscus" />
+ <!-- prettier-ignore -->
+ <template id="giscus"></template>
</footer>