Update Comments component to include inline Giscus script
This commit is contained in:
parent
6494405a04
commit
dc6c24e56a
@ -14,6 +14,7 @@ const theme = "transparent_dark";
|
||||
---
|
||||
|
||||
<script
|
||||
is:inline
|
||||
src="https://giscus.app/client.js"
|
||||
data-category-id={categoryId}
|
||||
data-category={category}
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user