diff --git a/layouts/partials/commenting.html b/layouts/partials/commenting.html
index d50c90e..ceb9c59 100644
--- a/layouts/partials/commenting.html
+++ b/layouts/partials/commenting.html
@@ -1,9 +1,14 @@
{{ if .Site.DisqusShortname -}}
{{ if ne .Params.showcomments false }}
+
Comments
{{ partial "commenting_disqus.html" . }}
{{ end }}
{{ else if .Site.Params.GraphCommentId -}}
- {{ partial "commenting_graph.html" . }}
+ {{ if ne .Params.showcomments false }}
+
+ Comments
+ {{ partial "commenting_graph.html" . }}
+ {{ end }}
{{- end }}
\ No newline at end of file