Remove redundant disqus_thread div (#241)

This commit is contained in:
Jason Song 2017-09-03 21:15:49 +08:00 committed by gcushen
commit 3ebbf25425

View file

@ -1,7 +1,5 @@
{{ if and .Site.DisqusShortname (not (or .Site.Params.disable_comments .Params.disable_comments)) }}
<section id="comments">
<div id="disqus_thread">
{{ template "_internal/disqus.html" . }}
</div>
{{ template "_internal/disqus.html" . }}
</section>
{{ end }}