1
0
mirror of https://github.com/Pomax/BezierInfo-2.git synced 2025-02-24 17:42:43 +01:00
BezierInfo-2/lib/site/disqus.js

12 lines
459 B
JavaScript
Raw Normal View History

2016-02-01 10:32:26 -08:00
var disqus_config = function () {
this.page.url = 'https://pomax.github.io/bezierinfo';
this.page.identifier = 'bezierinfo';
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//bezierinfo.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();