From 5ad3ccd7b2dd318a6442a78241e7efa98e192c51 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Tue, 22 Sep 2020 23:39:29 +0800 Subject: fix: wrong disqus source --- _includes/extensions/comments/disqus.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '_includes/extensions/comments/disqus.html') 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); -- cgit v1.2.3