mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +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)) }}
|
{{ if and .Site.DisqusShortname (not (or .Site.Params.disable_comments .Params.disable_comments)) }}
|
||||||
<section id="comments">
|
<section id="comments">
|
||||||
<div id="disqus_thread">
|
{{ template "_internal/disqus.html" . }}
|
||||||
{{ template "_internal/disqus.html" . }}
|
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue