Skip to content

Commit

Permalink
Add comments area to post
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaerim1001 committed Jan 5, 2024
1 parent 750d772 commit 6110e67
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,15 @@ <h1 data-toc-skip>{{ page.title }}</h1>
</div>
<!-- div.post-tail-wrapper -->
</article>

<div id="comments">
<h2>Comments</h2>
<script
src="https://utteranc.es/client.js"
repo="Chaerim1001/Chaerim1001.github.io"
issue-term="pathname"
theme="github-light"
crossorigin="anonymous"
async
></script>
</div>

0 comments on commit 6110e67

Please sign in to comment.