Skip to content

Commit

Permalink
add google analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
stevekrouse committed Jul 25, 2017
1 parent c02f1ac commit 801fa26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions links.md
Expand Up @@ -166,3 +166,15 @@ title: Link Research
* http://blog.interfacevision.com/design/design-visual-progarmming-languages-snapshots/
* http://www.squeakland.org/resources/books/readingList.jsp
* http://worrydream.com

<script>

(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-103157758-1', 'auto');
ga('send', 'pageview');

</script>

0 comments on commit 801fa26

Please sign in to comment.