👌 IMPROVE: Remove Analytics JS

Signed-off-by: Luke Tainton <luke@tainton.uk>
This commit is contained in:
Luke Tainton 2020-04-23 16:37:46 +01:00
parent 3fd4bc954d
commit 54ca19dd0d
No known key found for this signature in database
GPG Key ID: 132B5300A02F114B

View File

@ -12,25 +12,6 @@
<noscript><link rel="stylesheet" href="assets/css/noscript.css"></noscript> <noscript><link rel="stylesheet" href="assets/css/noscript.css"></noscript>
<script>if (location.protocol !== "https:") location.protocol = "https:";</script> <script>if (location.protocol !== "https:") location.protocol = "https:";</script>
<!-- Start Open Web Analytics Tracker -->
<script type="text/javascript">
//<![CDATA[
var owa_baseUrl = 'https://analytics.tainton.uk/';
var owa_cmds = owa_cmds || [];
owa_cmds.push(['setSiteId', '947c16aa1f6a6cbba7adf67a0bcd4daf']);
owa_cmds.push(['trackPageView']);
owa_cmds.push(['trackClicks']);
(function() {
var _owa = document.createElement('script'); _owa.type = 'text/javascript'; _owa.async = true;
owa_baseUrl = ('https:' == document.location.protocol ? window.owa_baseSecUrl || owa_baseUrl.replace(/http:/, 'https:') : owa_baseUrl );
_owa.src = owa_baseUrl + 'modules/base/js/owa.tracker-combined-min.js';
var _owa_s = document.getElementsByTagName('script')[0]; _owa_s.parentNode.insertBefore(_owa, _owa_s);
}());
//]]>
</script>
<!-- End Open Web Analytics Code -->
</head> </head>
<body> <body>
<div id="wrapper"> <div id="wrapper">
@ -55,7 +36,7 @@
<p>If you want to send me an encrypted message, please use <a href="https://keybase.io/luketainton">Keybase</a> or my <a href="https://keybase.io/luketainton/pgp_keys.asc">PGP Keys</a>.</p> <p>If you want to send me an encrypted message, please use <a href="https://keybase.io/luketainton">Keybase</a> or my <a href="https://keybase.io/luketainton/pgp_keys.asc">PGP Keys</a>.</p>
</header> </header>
<!-- Footer --> <!-- Footer -->
<footer id="footer"><span class="copyright">© Luke Tainton, 2020. Hosted by GitHub Pages. Designed by <a href="http://html5up.net/">HTML5 UP</a>.</span></footer> <footer id="footer"><span class="copyright">© Luke Tainton, 2020. Hosted by <a href="https://github.com/luketainton/luketainton.github.io">GitHub Pages</a>. Designed by <a href="http://html5up.net/">HTML5 UP</a>.</span></footer>
</div> </div>
</div> </div>
<script> <script>