소스 검색

Remove redundant `disqus_thread` div (#241)

Jason Song 8 년 전
부모
커밋
3ebbf25425
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  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 }}