fix clicky tracking image

If the visitor has JavaScript disabled, clicky
still tracks the visit by having the browser load
a gif that's specific to the site id in the
tracking code.
This commit is contained in:
Stephen Ball 2012-02-04 17:53:41 -05:00
parent 4c29c7ed76
commit 1580fb232d

View file

@ -9,4 +9,4 @@ clicky_site_ids.push({{ site.JB.analytics.getclicky.site_id }});
( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
})();
</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/66527741ns.gif" /></p></noscript>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/{{ site.JB.analytics.getclicky.site_id }}ns.gif" /></p></noscript>