diff --git a/layouts/_default/single.html b/layouts/_default/single.html index d40cda0..c97a9d0 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -83,7 +83,7 @@ {{ end }} {{ if and (.Site.DisqusShortname) (ne .Params.comments false) }} - {{ partial "disqus.html" . }} + {{ template "_internal/disqus.html" . }} {{ end }} {{ end }} diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html deleted file mode 100644 index 3334ae1..0000000 --- a/layouts/partials/disqus.html +++ /dev/null @@ -1,19 +0,0 @@ -
- - -comments powered by Disqus - -{{- /* vim: set ts=2 sw=2 et: */}}