Refactor templates and rearrange its path

This commit is contained in:
Wu Cheng-Han
2017-01-21 13:08:29 +08:00
parent 6e8ff3de23
commit 09a7bcbdef
22 changed files with 247 additions and 243 deletions

View File

@@ -0,0 +1,14 @@
<div id="disqus_thread"></div>
<script>
var disqus_config = function () {
this.page.identifier = window.location.pathname.split('/').slice(-1)[0];
};
(function() {
var d = document, s = d.createElement('script');
s.src = '//<%= disqus %>.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">comments powered by Disqus.</a></noscript>