1. fix bugs of gitalk #9

2. fix bugs of valine
This commit is contained in:
hwy0127@gmail.com
2019-06-28 01:24:57 +08:00
Unverified
parent 6656cb8c6f
commit d49414a039
5 changed files with 16 additions and 19 deletions

View File

@@ -10,6 +10,4 @@ if theme.disqus.enable
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);
if theme.disqus.count
script#dsq-count-scr(src="https://" + theme.disqus.shortname + ".disqus.com/count.js" async)
(d.head || d.body).appendChild(s);