We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cf396 commit 335adb2Copy full SHA for 335adb2
.markdownlint.json
@@ -1,4 +1,5 @@
1
{
2
"MD033": false,
3
- "MD013": false
+ "MD013": false,
4
+ "MD030": false
5
}
src/layouts/PostDetails.astro
@@ -56,6 +56,14 @@ const ogUrl = new URL(
56
<ul class="tags-container">
57
{tags.map(tag => <Tag name={slugifyStr(tag)} />)}
58
</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>
67
</main>
68
<Footer />
69
</Layout>
0 commit comments