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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ with .Site.DisqusShortname }}
|
||||||
<div>
|
<div>
|
||||||
{{ template "_internal/disqus.html" . }}
|
{{ template "_internal/disqus.html" . }}
|
||||||
</div>
|
</div>
|
||||||
|
{{ end }}
|
||||||
</article>
|
</article>
|
||||||
</main>
|
</main>
|
||||||
{{ partial "sidebar.html" . }}
|
{{ partial "sidebar.html" . }}
|
||||||
|
|
Loading…
Reference in a new issue