docs: Attach the google analytics code to our docs pages too

This commit is contained in:
Andy Williams 2017-12-08 11:00:15 +00:00
parent 6cdcaf846b
commit 7b5551c548
1 changed files with 11 additions and 0 deletions

View File

@ -3,6 +3,17 @@
<html>
<head>
<title>$title</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-110876574-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-110876574-1');
</script>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="icon" href="favicon.png" type="image/x-icon">
<link rel="shortcut icon" href="favicon.png" type="image/x-icon">