added google analytics tags, removed unused about.html

This commit is contained in:
2018-07-31 14:04:35 -04:00
parent 1839f9441f
commit c5143f1407
3 changed files with 18 additions and 59 deletions

View File

@@ -11,6 +11,15 @@
nav a[target="_blank"]:after {content: url("icons8-external-link-50.png");
filter: invert(100%);}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123137342-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123137342-1');
</script>
</head>
<body>