openspending-archive / satellite-template

Create dedicated Where Does My Money Go style websites quickly and easily
6 stars 15 forks source link

Google Analytics Tracking code #7

Closed hagino3000 closed 11 years ago

hagino3000 commented 11 years ago

Now Google Analytics Tracking code is hard cording in _layouts/blank.html

    var _gaq=[['_setAccount','UA-8271754-8'],['_trackPageview']];

I thinks this is better way

    var _gaq=[['_setAccount','{{ site.ga_tracking_code}}'],['_trackPageview']];
trickvi commented 11 years ago

Of course this was supposed to be a configurable. I've merged this.