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:
parent
87adc9d691
commit
991e2aeaf7
@ -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" . }}
|
||||||
|
Loading…
Reference in New Issue
Block a user