Skip to content

Commit eb40808

Browse files
committed
Merge pull request #29 from sdball/fix_getclicky_code
fix clicky tracking image
2 parents 4c29c7e + 1580fb2 commit eb40808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/JB/analytics-providers/getclicky

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

0 commit comments

Comments
 (0)