Skip to content

Commit

Permalink
added chartbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
FlaviuSim committed May 13, 2013
1 parent f651738 commit 96d38fe
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions source/_includes/chartdart_analytics.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script>
var _ctdt=["d6ecef75597baef1ec755cd15aaa8e50"];
(function() {
var script = document.createElement('script');
script.src = 'http://chartdart.com/chartdart.js';
script.async = true;
var entry = document.getElementsByTagName('script')[0];
entry.parentNode.insertBefore(script, entry);
})(window, document);
</script>
1 change: 1 addition & 0 deletions source/_includes/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,5 @@
<link href="{{ site.subscribe_rss }}" rel="alternate" title="{{site.title}}" type="application/atom+xml">
{% include custom/head.html %}
{% include google_analytics.html %}
{% include chartdart_analytics.html %}
</head>

0 comments on commit 96d38fe

Please sign in to comment.