From 8349cf1aa1bf4675ba10bc47882a7fb089a54ceb Mon Sep 17 00:00:00 2001 From: digitalcraftsman Date: Thu, 7 Sep 2017 21:44:44 +0200 Subject: Remove custom Disqus template --- layouts/_default/single.html | 2 +- layouts/partials/disqus.html | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 layouts/partials/disqus.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 2317495..c5fdbc2 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -7,6 +7,6 @@ {{ if .Site.Params.disqusShortname -}}

Comments

-{{ partial "disqus" . }} + {{- end }} {{- end }} \ No newline at end of file diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html deleted file mode 100644 index 323ae04..0000000 --- a/layouts/partials/disqus.html +++ /dev/null @@ -1,14 +0,0 @@ -
- - - \ No newline at end of file -- cgit v1.2.1-24-ge1ad