mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
Remove redundant disqus_thread
div (#241)
This commit is contained in:
parent
c7eb184fe6
commit
3ebbf25425
1 changed files with 1 additions and 3 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue