1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-04 15:37:45 +02:00

remove ga tracking code

This commit is contained in:
Danny
2018-05-11 09:33:32 +02:00
parent dc80be918c
commit 0504448ba9
2 changed files with 1 additions and 14 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@ _site
Gemfile
Gemfile.lock
.idea
*.swp

View File

@@ -7,20 +7,6 @@
<link rel="stylesheet" href="/stylesheets/styles.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-15758173-49', 'auto');
ga('require', 'displayfeatures');
ga('send', 'pageview');
</script>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>