Skip to content

Commit 6bf22a1

Browse files
committed
Add utteranc.es comments
1 parent fad6dcc commit 6bf22a1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

src/layouts/BlogPost.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,14 @@ const { title, description, pubDate, updatedDate, heroImage } = Astro.props;
8080
</div>
8181
</article>
8282
</main>
83+
<script src="https://utteranc.es/client.js"
84+
repo="sh4ka/rustquant"
85+
issue-term="url"
86+
label="blog-comment"
87+
theme="github-light"
88+
crossorigin="anonymous"
89+
async>
90+
</script>
8391
<Footer />
8492
</body>
8593
</html>

0 commit comments

Comments
 (0)