diff options
| author | Fuwn <[email protected]> | 2022-03-18 05:11:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-18 05:11:29 -0700 |
| commit | 6d8ee122656cc8072989b26de1d940c929b3990f (patch) | |
| tree | 1fc96633e6e4b204645c331bbc8647e83eeede23 /src | |
| parent | fmt: prettier (diff) | |
| download | frontend-next-6d8ee122656cc8072989b26de1d940c929b3990f.tar.xz frontend-next-6d8ee122656cc8072989b26de1d940c929b3990f.zip | |
fix(header): ignore template tag prettier
Diffstat (limited to 'src')
| -rw-r--r-- | src/routes/__layout.svelte | 3 |
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> |