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 }}