Skip to content

Commit

Permalink
comments fix attempt 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottN13 committed Jul 26, 2024
1 parent 9dd0bb0 commit 6c77583
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ <h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}
<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>

<!--This is the comments section-->

<script src="https://utteranc.es/client.js"
repo="ScottN13/blog"
issue-term="pathname"
theme="minima"
crossorigin="anonymous"
async>
</script>

<div>
<script src="https://utteranc.es/client.js"
repo="ScottN13/blog"
issue-term="pathname"
theme="minima"
crossorigin="anonymous"
async>
</script>
</div>
</article>

0 comments on commit 6c77583

Please sign in to comment.