This commit is contained in:
infominer33 2019-03-17 21:13:14 -04:00
parent 4a08acb9dd
commit 750452ad3a
2 changed files with 14 additions and 3 deletions

View File

@ -20,3 +20,5 @@ twitter:
description : "Resources for Creating a Vendor Agnostic, User-Controlled, Identity Layer for the Internet."
image : "https://infominer.id/images/og-image.jpg"
card : "summary"
google_analytics: UA-132558656-1

View File

@ -3,8 +3,16 @@
<!doctype html>
<html lang="{{ site.lang | default: "en-US" }}">
<head>
{% include analytics.html %}
{% if site.google_analytics %}
<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', '{{ site.google_analytics }}', 'auto');
ga('send', 'pageview');
</script>
{% endif %}
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -48,6 +56,7 @@
<p>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></p>
</footer>
<!--[if !IE]><script>fixScale(document);</script><![endif]-->
</body>
</html>