From 3ebbf25425daf1f25b1e46d225f859113ff36d85 Mon Sep 17 00:00:00 2001 From: Jason Song Date: Sun, 3 Sep 2017 21:15:49 +0800 Subject: [PATCH] Remove redundant `disqus_thread` div (#241) --- layouts/partials/comments.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index edb5480c..e4a2eb90 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -1,7 +1,5 @@ {{ if and .Site.DisqusShortname (not (or .Site.Params.disable_comments .Params.disable_comments)) }}
-
- {{ template "_internal/disqus.html" . }} -
+ {{ template "_internal/disqus.html" . }}
{{ end }}