diff options
author | Valentin Popov <valentin@popov.link> | 2024-09-12 01:17:56 +0300 |
---|---|---|
committer | Valentin Popov <valentin@popov.link> | 2024-09-12 01:17:56 +0300 |
commit | dc6c24e56a1c14876cf3a0b3184575458d686b6f (patch) | |
tree | 6afb9669e1afb7090e9de8bd1fe75332ac8124b0 /src/components/Comments.astro | |
parent | 6494405a04ec6e913bc2c7a51168f2829b8dd8a1 (diff) | |
download | popov.link-dc6c24e56a1c14876cf3a0b3184575458d686b6f.tar.xz popov.link-dc6c24e56a1c14876cf3a0b3184575458d686b6f.zip |
Update Comments component to include inline Giscus script
Diffstat (limited to 'src/components/Comments.astro')
-rw-r--r-- | src/components/Comments.astro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/Comments.astro b/src/components/Comments.astro index f9ae4e5..0247ebf 100644 --- a/src/components/Comments.astro +++ b/src/components/Comments.astro @@ -14,6 +14,7 @@ const theme = "transparent_dark"; --- <script + is:inline src="https://giscus.app/client.js" data-category-id={categoryId} data-category={category} |