Files
pelican-themes/syte/templates/hacker_news.html
2012-07-07 08:31:08 +05:45

8 lines
296 B
HTML

<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>