blog/themes/hugo-blog-awesome/layouts/partials/comments.html

4 lines
157 B
HTML

{{- if .Site.Config.Services.Disqus.Shortname -}}
<hr style="margin-top: 40px; margin-bottom: 40px;" />
{{ template "_internal/disqus.html" . }}
{{- end -}}