mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-21 22:42:19 +00:00
switch to built-in utterances support
This commit is contained in:
parent
a28a12282f
commit
cdb6b6e0c3
2 changed files with 3 additions and 15 deletions
|
@ -38,7 +38,6 @@ timeless = false
|
|||
|
||||
## Comments
|
||||
comments = true
|
||||
[utterances]
|
||||
repo="jbowdre/virtuallypotato" # owner/repo where github comments will happen
|
||||
issueterm="title" # how will the issues be mapped to the articles
|
||||
theme="dark-blue" # theme to be applied to comments box
|
||||
utterancesRepo = "jbowdre/virtuallypotato"
|
||||
utterancesIssueTerm = "title"
|
||||
utterancesTheme = "dark-blue"
|
||||
|
|
|
@ -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>
|
Loading…
Reference in a new issue