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
1 changed files with 0 additions and 8 deletions
|
|
@ -17,14 +17,6 @@
|
|||
NO MATCHING PARTIAL
|
||||
{{ 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>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue