We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250f3d2 commit e66f3a3Copy full SHA for e66f3a3
views/layout.jade
@@ -31,3 +31,13 @@ html(lang='en')
31
block footer
32
33
block script
34
+ script(type='text/javascript').
35
+ var clicky_site_ids = clicky_site_ids || [];
36
+ clicky_site_ids.push(100771357);
37
+ (function() {
38
+ var s = document.createElement('script');
39
+ s.type = 'text/javascript';
40
+ s.async = true;
41
+ s.src = '//static.getclicky.com/js';
42
+ ( document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0] ).appendChild( s );
43
+ })();
0 commit comments