Skip to content

Commit

Permalink
Add Utterances comments section to posts
Browse files Browse the repository at this point in the history
Add Utterances comments section to posts for user interaction and feedback.
  • Loading branch information
joone committed Mar 24, 2024
1 parent c945823 commit 0a64187
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/posts.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@ const posthtml = data => `
<hr />
${data.body}
</div>
<div class="comments">
<script src="https://utteranc.es/client.js"
repo="joone/fosscomics"
issue-term="pathname"
theme="github-light"
crossorigin="anonymous"
async>
</script>
</div>
<footer>
${`<p>© ${new Date().getFullYear()} ${
Expand Down

0 comments on commit 0a64187

Please sign in to comment.