mirror of
https://github.com/Pomax/BezierInfo-2.git
synced 2025-08-21 16:02:08 +02:00
Create disqus.js
This commit is contained in:
11
lib/site/disqus.js
Normal file
11
lib/site/disqus.js
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
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);
|
||||||
|
})();
|
Reference in New Issue
Block a user