summaryrefslogtreecommitdiff
path: root/_layouts
diff options
context:
space:
mode:
authorBen Burwell <bburwell1@gmail.com>2014-05-03 02:59:30 -0400
committerBen Burwell <bburwell1@gmail.com>2014-05-03 02:59:30 -0400
commit93d5487100d33e000949d834b5e502c9eed17a7b (patch)
treea2af8409610a822ce5e7477e749ffcb40f1b52a3 /_layouts
parentd03338a645bfa626e7d9be716fd6236ab00e0c22 (diff)
Add Clicky
Diffstat (limited to '_layouts')
-rw-r--r--_layouts/master.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/master.html b/_layouts/master.html
index b54061a..9306289 100644
--- a/_layouts/master.html
+++ b/_layouts/master.html
@@ -9,7 +9,6 @@
<!-- Icons -->
<link rel="shortcut icon" href="/assets/images/icons/favicon.ico" sizes="128x128">
-
<link rel="apple-touch-icon" href="/assets/images/icons/apple/apple-touch-icon-57x57.png" sizes="57x57">
<link rel="apple-touch-icon" href="/assets/images/icons/apple/apple-touch-icon-72x72.png" sizes="72x72">
<link rel="apple-touch-icon" href="/assets/images/icons/apple/apple-touch-icon-76x76.png" sizes="76x76">
@@ -100,5 +99,10 @@
</p>
</footer>
</div>
+
+ <!-- Analytics -->
+ <script src="//static.getclicky.com/js" type="text/javascript"></script>
+ <script type="text/javascript">try{ clicky.init(100705024); }catch(e){}</script>
+ <noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100705024ns.gif" /></p></noscript>
</body>
</html>