Remove unnecessary Disqus partial template

Disqus partial template was accidentally included in both single.html
and the posts/pages that were included by single.html. Only need to
include it once!
This commit is contained in:
Michael Romero 2016-04-13 00:06:02 -07:00
parent 87adc9d691
commit 991e2aeaf7

View File

@ -17,14 +17,6 @@
NO MATCHING PARTIAL NO MATCHING PARTIAL
{{ end }} {{ end }}
{{ if .Site.DisqusShortname }}
<div class="row disqus-comments">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
{{ template "_internal/disqus.html" . }}
</div>
</div>
{{ end }}
</div> </div>
{{ partial "footer.html" . }} {{ partial "footer.html" . }}