To use, set `commentable = {page = true, post = true, docs = true, project = true, publication = true, talk = true}` under the Comments section in `params.toml`.
@@ -159,7 +159,7 @@ sharing = true
engine = 0
# Which page types are commentable?
- commentable = {page = true, post = true, docs = true}
+ commentable = {page = true, post = true, docs = true, project = true, publication = true, talk = true}
# Configuration of Disqus.
[comments.disqus]
@@ -13,6 +13,8 @@
{{ partial "tags.html" . }}
{{ partial "page_author.html" . }}
+ {{ partial "comments" . }}
+
{{ $page := . }}
{{ $project := .File.ContentBaseName }}
@@ -53,6 +53,8 @@
</div>
@@ -66,6 +66,8 @@