From efb0b592a0072ce69be4b8afdfc859d5ae5dbe1b Mon Sep 17 00:00:00 2001 From: Track3 Date: Sun, 30 Dec 2018 11:06:38 +0800 Subject: Put comments into a partial * Also removed unnecessary Disqus style (didn't regenerate resources) --- layouts/partials/comments.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/partials/comments.html (limited to 'layouts/partials/comments.html') diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html new file mode 100644 index 0000000..b17632a --- /dev/null +++ b/layouts/partials/comments.html @@ -0,0 +1,3 @@ +{{- if .Site.DisqusShortname }} +{{ template "_internal/disqus.html" . }} +{{- end }} -- cgit v1.2.3