diff options
| -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> |