mirror of https://github.com/luizdepra/hugo-coder.git

Maikel
01.59.2018 826fa2ee1840ffdf6f9ebd7f944dcfdf245e49e4
layouts/partials/post.html
@@ -32,4 +32,11 @@
    {{ .Content }}
  </article>
</section>
  <br/>
  {{ if and (not (eq .Site.DisqusShortname "" )) (eq (.Params.disable_comments | default false) false)}}
      {{ template "_internal/disqus.html" . }}
  {{ end }}
</section>