diff --git a/config/_default/params.toml b/config/_default/params.toml index c7e6e27..ae72584 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -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" diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html deleted file mode 100644 index 66e06a5..0000000 --- a/layouts/partials/comments.html +++ /dev/null @@ -1,11 +0,0 @@ -
- {{ template "_internal/disqus.html" . }} - - -