Update Comments component to include inline Giscus script
All checks were successful
Test / test (push) Successful in 38s
Test / test (pull_request) Successful in 35s

This commit is contained in:
Valentin Popov 2024-09-11 22:17:56 +00:00
parent 6494405a04
commit dc6c24e56a
Signed by: Valentin Popov
GPG Key ID: AE3CE523DAAA8401
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@ const theme = "transparent_dark";
---
<script
is:inline
src="https://giscus.app/client.js"
data-category-id={categoryId}
data-category={category}

View File

@ -5,7 +5,7 @@ import Header from "../components/Header.astro";
const { title, description } = Astro.props;
---
<html>
<html lang="ru">
<Head title={title} description={description} />
<body>