summaryrefslogtreecommitdiff
path: root/themes/hugo-coder/layouts/partials/posts/disqus.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-coder/layouts/partials/posts/disqus.html')
-rw-r--r--themes/hugo-coder/layouts/partials/posts/disqus.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/hugo-coder/layouts/partials/posts/disqus.html b/themes/hugo-coder/layouts/partials/posts/disqus.html
index b0ffb1f..2c437c1 100644
--- a/themes/hugo-coder/layouts/partials/posts/disqus.html
+++ b/themes/hugo-coder/layouts/partials/posts/disqus.html
@@ -1,3 +1,3 @@
1{{- if and (not (eq (.Site.DisqusShortname | default "") "")) (eq (.Params.disableComments | default false) false) -}} 1{{- if and (not (eq (.Site.Config.Services.Disqus.Shortname | default "") "")) (eq (.Params.disableComments | default false) false) -}}
2 {{ template "_internal/disqus.html" . }} 2 {{ template "_internal/disqus.html" . }}
3{{- end -}} 3{{- end -}}