0
mirror of https://github.com/valentineus/popov.link.git synced 2025-07-04 08:30:27 +03:00

Update Comments component to include inline Giscus script

This commit is contained in:
2024-09-11 22:17:56 +00:00
parent 6494405a04
commit dc6c24e56a
2 changed files with 2 additions and 1 deletions

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>