switch to built-in utterances support

This commit is contained in:
John Bowdre 2022-04-25 12:38:22 -05:00
parent 6f14d434a9
commit f6fa5d03b3
2 changed files with 3 additions and 15 deletions

View file

@ -38,7 +38,6 @@ timeless = false
## Comments ## Comments
comments = true comments = true
[utterances] utterancesRepo = "jbowdre/virtuallypotato"
repo="jbowdre/virtuallypotato" # owner/repo where github comments will happen utterancesIssueTerm = "title"
issueterm="title" # how will the issues be mapped to the articles utterancesTheme = "dark-blue"
theme="dark-blue" # theme to be applied to comments box

View file

@ -1,11 +0,0 @@
<div class="post_comments">
{{ template "_internal/disqus.html" . }}
<!-- add custom comments markup here -->
<script src="https://utteranc.es/client.js"
repo="{{ $.Site.Params.utterances.repo }}"
issue-term="{{ $.Site.Params.utterances.issueterm }}"
theme="{{ $.Site.Params.utterances.theme }}"
crossorigin="anonymous"
async>
</script>
</div>