Skip to content

Commit

Permalink
Update post.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottN13 committed Jul 27, 2024
1 parent 0322623 commit 81bdeea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<!--This is the comments section-->
<div>
<script src="https://utteranc.es/client.js"
repo="ScottN13/blog"
issue-term="pathname"
theme="minima"
crossorigin="anonymous"
async>
repo="ScottN13/blog"
issue-term="title"
theme="github-dark"
crossorigin="anonymous"
async>
</script>
</div>
</article>

0 comments on commit 81bdeea

Please sign in to comment.