summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/extensions/comments/disqus.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/_includes/extensions/comments/disqus.html b/_includes/extensions/comments/disqus.html
index c4f98fa..b46f070 100644
--- a/_includes/extensions/comments/disqus.html
+++ b/_includes/extensions/comments/disqus.html
@@ -8,8 +8,7 @@
(function() {
var d = document, s = d.createElement('script');
- // s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
- s.src = 'https://jeffreytse.disqus.com/embed.js';
+ s.src = 'https://{{ site.disqus.shortname }}.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);