16 lines
435 B
YAML
Raw Normal View History

2020-04-06 22:21:42 -04:00
main: |
<div id="disqus_thread"></div>
2020-05-16 22:46:05 -04:00
body: |
2020-04-06 22:21:42 -04:00
<script>
var disqus_config = function () {
2020-05-16 22:46:05 -04:00
this.page.url = '{{pageUrl}}';
this.page.identifier = '{{pageId}}';
2020-04-06 22:21:42 -04:00
};
(function() {
var d = document, s = d.createElement('script');
2020-05-16 22:46:05 -04:00
s.src = 'https://{{accountName}}.disqus.com/embed.js';
2020-04-06 22:21:42 -04:00
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>