Skip to content

Commit

Permalink
Created disqus_home.html
Browse files Browse the repository at this point in the history
  • Loading branch information
serandel committed Jan 25, 2015
1 parent 4b24532 commit 2a3e599
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _includes/disqus_home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<script type="text/javascript">
(function () {
var s = document.createElement('script'); s.async = true;
s.type = 'text/javascript';
s.src = '//' + {{ site.disqus }} + '.disqus.com/count.js';
(document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
}());
</script>

0 comments on commit 2a3e599

Please sign in to comment.