summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
authorStephen Ball <sdball@gmail.com>2012-02-04 17:53:41 -0500
committerStephen Ball <sdball@gmail.com>2012-02-04 17:53:41 -0500
commit1580fb232debb9549b6025a5be98a04eb0191c3c (patch)
treecfa405818d205b05f277337c6d1a73793d87a194 /_includes
parent4c29c7ed76a1f972b456f3cd158432caef5c0a81 (diff)
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.
Diffstat (limited to '_includes')
-rw-r--r--_includes/JB/analytics-providers/getclicky2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/JB/analytics-providers/getclicky b/_includes/JB/analytics-providers/getclicky
index a9a5fd9..e9462f4 100644
--- a/_includes/JB/analytics-providers/getclicky
+++ b/_includes/JB/analytics-providers/getclicky
@@ -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> \ No newline at end of file
+<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/{{ site.JB.analytics.getclicky.site_id }}ns.gif" /></p></noscript>