summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjeffreytse <jeffreytse.mail@gmail.com>2020-09-22 23:39:29 +0800
committerjeffreytse <jeffreytse.mail@gmail.com>2020-09-23 16:16:20 +0800
commit5ad3ccd7b2dd318a6442a78241e7efa98e192c51 (patch)
tree3eb1a27abf328a08382bd0f98fbe3211b07cd355
parentd831d23b27070e0192406988a2daaae2fd64f64a (diff)
fix: wrong disqus source
-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);