diff options
Diffstat (limited to 'syte/templates/hacker_news.html')
-rw-r--r-- | syte/templates/hacker_news.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/syte/templates/hacker_news.html b/syte/templates/hacker_news.html new file mode 100644 index 0000000..b0fef97 --- /dev/null +++ b/syte/templates/hacker_news.html @@ -0,0 +1,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> |