aboutsummaryrefslogtreecommitdiffstats
path: root/syte/templates/hacker_news.html
blob: b0fef9706be17b6a133acf63a431d06f52d17efb (plain)
1
2
3
4
5
6
7
<script>
    (function() {
       var hn = document.createElement('script'); hn.type = 'text/javascript';
       hn.async = true; hn.src = 'http://hnbutton.appspot.com/static/hn.js';
       var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(hn, s);
    })();
</script>