_includes/post-comments.html in alembic-jekyll-theme-0.1.6 vs _includes/post-comments.html in alembic-jekyll-theme-0.1.7
- old
+ new
@@ -6,10 +6,10 @@
this.page.identifier = "{{ page.url }}";
};
(function() {
var d = document, s = d.createElement('script');
- s.src = '//alembic-1.disqus.com/embed.js';
+ s.src = '//{{ site.disqus }}.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>