From a7a9d46f4f2f37ccc2d28c21ef92c0a3a642d8bd Mon Sep 17 00:00:00 2001 From: Huy Tran Date: Thu, 5 Jul 2018 12:20:53 +1000 Subject: [PATCH] Revises commenting.html --- layouts/partials/commenting.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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