summaryrefslogtreecommitdiff
path: root/themes/beautifulhugo/layouts/partials/disqus.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/beautifulhugo/layouts/partials/disqus.html')
-rw-r--r--themes/beautifulhugo/layouts/partials/disqus.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/themes/beautifulhugo/layouts/partials/disqus.html b/themes/beautifulhugo/layouts/partials/disqus.html
deleted file mode 100644
index 8029525..0000000
--- a/themes/beautifulhugo/layouts/partials/disqus.html
+++ /dev/null
@@ -1,7 +0,0 @@
-{{ if (.Params.comments) | or (and (or (not (isset .Params "comments")) (eq .Params.comments nil)) (.Site.Params.comments)) }}
- {{ if .Site.DisqusShortname }}
- <div class="comments">
- {{ template "_internal/disqus.html" . }}
- </div>
- {{ end }}
-{{ end }} \ No newline at end of file