aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-18 05:11:29 +0000
committerFuwn <[email protected]>2022-03-18 05:11:29 +0000
commit83fa0146f4098793f4952ad3c4bdc419f0908239 (patch)
tree1fc96633e6e4b204645c331bbc8647e83eeede23 /src
parentfmt: prettier (diff)
downloadarchived-frontend-next-83fa0146f4098793f4952ad3c4bdc419f0908239.tar.xz
archived-frontend-next-83fa0146f4098793f4952ad3c4bdc419f0908239.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>