mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +00:00
fix broken comments
This commit is contained in:
parent
3a380e2ef5
commit
0af2a801ae
2 changed files with 6 additions and 6 deletions
|
@ -8,11 +8,6 @@ numberOfRelatedPosts = 5
|
||||||
|
|
||||||
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
|
indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-."
|
||||||
|
|
||||||
[author]
|
|
||||||
name = "John Bowdre"
|
|
||||||
email = "jbowdre@omg.lol"
|
|
||||||
username = "jbowdre"
|
|
||||||
|
|
||||||
# Comments
|
# Comments
|
||||||
comments = true
|
comments = true
|
||||||
utterancesRepo = "jbowdre/site-comments"
|
utterancesRepo = "jbowdre/site-comments"
|
||||||
|
@ -21,6 +16,11 @@ utterancesTheme = "gruvbox-dark"
|
||||||
|
|
||||||
analytics = true
|
analytics = true
|
||||||
|
|
||||||
|
[author]
|
||||||
|
name = "John Bowdre"
|
||||||
|
email = "jbowdre@omg.lol"
|
||||||
|
username = "jbowdre"
|
||||||
|
|
||||||
[theme]
|
[theme]
|
||||||
palette = "runtimeterror"
|
palette = "runtimeterror"
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{{ if .Site.Params.utterancesRepo }}
|
{{ if isset site.Params "utterancesrepo" }}
|
||||||
<br>
|
<br>
|
||||||
<div class="post_comments">
|
<div class="post_comments">
|
||||||
<script src="https://utteranc.es/client.js"
|
<script src="https://utteranc.es/client.js"
|
||||||
|
|
Loading…
Reference in a new issue