Skip to content

Commit 335adb2

Browse files
Add comments to the post pages
1 parent a5cf396 commit 335adb2

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.markdownlint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"MD033": false,
3-
"MD013": false
3+
"MD013": false,
4+
"MD030": false
45
}

src/layouts/PostDetails.astro

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ const ogUrl = new URL(
5656
<ul class="tags-container">
5757
{tags.map(tag => <Tag name={slugifyStr(tag)} />)}
5858
</ul>
59+
<script src="https://utteranc.es/client.js"
60+
repo="willtheorangeguy/willtheorangeguy.github.io"
61+
issue-term="title"
62+
label="blog-comments"
63+
theme="github-dark-orange"
64+
crossorigin="anonymous"
65+
async>
66+
</script>
5967
</main>
6068
<Footer />
6169
</Layout>

0 commit comments

Comments
 (0)