mirror of https://github.com/requarks/wiki
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
432 B
16 lines
432 B
5 years ago
|
main: |
|
||
|
<div id="disqus_thread"></div>
|
||
|
bodyEnd: |
|
||
|
<script>
|
||
|
var disqus_config = function () {
|
||
|
this.page.url = {{pageUrl}};
|
||
|
this.page.identifier = {{pageId}};
|
||
|
};
|
||
|
(function() {
|
||
|
var d = document, s = d.createElement('script');
|
||
|
s.src = 'https://{{shortName}}.disqus.com/embed.js';
|
||
|
s.setAttribute('data-timestamp', +new Date());
|
||
|
(d.head || d.body).appendChild(s);
|
||
|
})();
|
||
|
</script>
|