Skip to content

Commit

Permalink
update posts
Browse files Browse the repository at this point in the history
  • Loading branch information
shaotang committed Sep 5, 2024
1 parent 0e242d2 commit 64946bc
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions _includes/utterances.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<section class="comment-area">
<div class="comment-wrapper">
<div id="utterances_thread" class="article-comments"></div>
<script src="https://utteranc.es/client.js"
repo="gerigory.github.io"
issue-term="pathname"
label="<your-custom-label>"
theme="dark-blue"
crossorigin="anonymous"
async>
<script>
(function() {
var d = document, s = d.createElement('script');
s.src = 'https://utteranc.es/client.js';
s.repo="gerigory.github.io"
s.issue-term="pathname"
s.label="<your-custom-label>"
s.theme="github-light"
s.crossorigin="anonymous"
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</div>
</section> <!-- End Comment Area -->

0 comments on commit 64946bc

Please sign in to comment.