diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html deleted file mode 100644 index b17632a..0000000 --- a/layouts/partials/comments.html +++ /dev/null @@ -1,3 +0,0 @@ -{{- if .Site.DisqusShortname }} -{{ template "_internal/disqus.html" . }} -{{- end }} diff --git a/layouts/posts/single.html b/layouts/posts/single.html index a3bb923..4cb7f42 100644 --- a/layouts/posts/single.html +++ b/layouts/posts/single.html @@ -74,9 +74,6 @@ {{- end }} -
- {{- partial "comments.html " . -}} -
{{ end }} {{ define "footer " }}