mirror of
				https://github.com/valentineus/popov.link.git
				synced 2025-11-04 06:49:45 +03:00 
			
		
		
		
	Update Comments component to include inline Giscus script
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user