mirror of
https://github.com/peter-tanner/code.git
synced 2024-11-30 10:50:16 +08:00
19 lines
682 B
HTML
19 lines
682 B
HTML
|
<div id="disqus_thread"></div>
|
||
|
<script>
|
||
|
var disqus_config = function () {
|
||
|
this.page.url = '{{ site.url }}{{ page.url }}';
|
||
|
this.page.identifier = '{{ page.id }}';
|
||
|
this.page.title = '{{ page.title }}';
|
||
|
};
|
||
|
|
||
|
(function() { // REQUIRED CONFIGURATION VARIABLE: EDIT THE SHORTNAME BELOW
|
||
|
var d = document, s = d.createElement('script');
|
||
|
|
||
|
s.src = '//{{ site.dash.disqus.shortname }}.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" rel="nofollow">comments powered by Disqus.</a></noscript>
|