Don't create empty div w/o comments
This commit is contained in:
parent
ec3b9b84d4
commit
f4735db2ae
1 changed files with 2 additions and 0 deletions
|
@ -15,9 +15,11 @@
|
|||
</ul>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ with .Site.DisqusShortname }}
|
||||
<div>
|
||||
{{ template "_internal/disqus.html" . }}
|
||||
</div>
|
||||
{{ end }}
|
||||
</article>
|
||||
</main>
|
||||
{{ partial "sidebar.html" . }}
|
||||
|
|
Loading…
Reference in a new issue