From d139da3a3277f73d7f01e4283d8dc01630a5317c Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Mon, 20 Oct 2014 16:38:24 -0700 Subject: initial setup --- source/_includes/disqus.html | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/_includes/disqus.html (limited to 'source/_includes/disqus.html') diff --git a/source/_includes/disqus.html b/source/_includes/disqus.html new file mode 100644 index 00000000..49c6a29c --- /dev/null +++ b/source/_includes/disqus.html @@ -0,0 +1,21 @@ +{% comment %} Load script if disquss comments are enabled and `page.comments` is either empty (index) or set to true {% endcomment %} +{% if site.disqus_short_name and page.comments != false %} + +{% endif %} -- cgit v1.2.1