Skip to content

Commit 52b3888

Browse files
bianchidotdevbianchidotdev
authored andcommitted
Remove giscus (#4)
Reviewed-on: https://codeberg.org/bianchidotdev/bianchi.dev/pulls/4 Co-authored-by: Bianchi <m@bianchi.dev> Co-committed-by: Bianchi <m@bianchi.dev>
1 parent 7552b98 commit 52b3888

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

src/components/PostComments.astro

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/layouts/BlogPost.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import BaseHead from '../components/BaseHead.astro';
44
import Header from '../components/Header.astro';
55
import Footer from '../components/Footer.astro';
66
import FormattedDate from '../components/FormattedDate.astro';
7-
import PostComments from "../components/PostComments.astro";
87
98
type Props = CollectionEntry<'blog'>['data'];
109
@@ -80,7 +79,6 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
8079
<slot />
8180
</div>
8281
</article>
83-
<PostComments />
8482
</main>
8583
<Footer />
8684
</body>

0 commit comments

Comments
 (0)