Files
hexo-theme-butterfly/layout/includes/comments/disqus.pug
hwy0127@gmail.com d49414a039 1. fix bugs of gitalk #9
2. fix bugs of valine
2019-06-28 01:24:57 +08:00

13 lines
477 B
Plaintext

if theme.disqus.enable
#disqus_thread
script.
var unused = null;
var disqus_config = function () {
this.page.url = '!{ page.permalink }';
this.page.identifier = '!{ page.path }';
this.page.title = '!{ page.title }';
}
var d = document, s = d.createElement('script');
s.src = "https://" + '!{theme.disqus.shortname}' +".disqus.com/embed.js";
s.setAttribute('data-timestamp', '' + +new Date());
(d.head || d.body).appendChild(s);