Correct spacing and remove extraneous </div>

Removed extraneous </div> in layouts\_default\list.html
This commit is contained in:
Michael Romero 2017-03-06 13:36:42 -08:00
commit 40b3eb3691
13 changed files with 158 additions and 165 deletions

View file

@ -1,5 +1,5 @@
{{ if .Site.DisqusShortname }}
<div class="comments">
{{ template "_internal/disqus.html" . }}
</div>
<div class="comments">
{{ template "_internal/disqus.html" . }}
</div>
{{ end }}