From 78762bc5bc08abdade4beec23658d76c7d4416b6 Mon Sep 17 00:00:00 2001 From: ItoSchum Date: Wed, 19 Sep 2018 23:16:11 +0800 Subject: [PATCH] disqus modify exp_2 --- layouts/_default/single.html | 2 +- layouts/partials/disqus.html | 22 ---------------------- 2 files changed, 1 insertion(+), 23 deletions(-) delete mode 100644 layouts/partials/disqus.html diff --git a/layouts/_default/single.html b/layouts/_default/single.html index f9f0432..8fabccc 100755 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -26,7 +26,7 @@
{{- .Content -}} {{- partial "tags.html" . -}} - {{ partial "disqus.html" . }} + {{ partial "comments.html" .}}
{{ template "_internal/disqus.html" . }}
diff --git a/layouts/partials/disqus.html b/layouts/partials/disqus.html deleted file mode 100644 index c283e4c..0000000 --- a/layouts/partials/disqus.html +++ /dev/null @@ -1,22 +0,0 @@ -
- - -comments powered by Disqus -{{ template "_internal/disqus.html" . }} \ No newline at end of file