mirror of
https://github.com/jbowdre/virtuallypotato.git
synced 2024-11-22 06:52:18 +00:00
switch to built-in utterances support
This commit is contained in:
parent
6f14d434a9
commit
f6fa5d03b3
2 changed files with 3 additions and 15 deletions
|
@ -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
|
|
||||||
|
|
|
@ -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