Quellcode durchsuchen

Remove redundant `disqus_thread` div (#241)

Jason Song vor 8 Jahren
Ursprung
Commit
3ebbf25425
1 geänderte Dateien mit 1 neuen und 3 gelöschten Zeilen
  1. 1 3
      layouts/partials/comments.html

+ 1 - 3
layouts/partials/comments.html

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