mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-04-27 11:38:28 -04:00
matomo script tweak
This commit is contained in:
parent
e10247729e
commit
21324e086b
@ -2,5 +2,5 @@
|
||||
title = "Jake Jarvis – Web & Mobile Developer in Boston, MA"
|
||||
description = "I'm a full-stack web engineer and mobile developer based in Boston, Massachusetts specializing in modern JavaScript frameworks and iOS apps."
|
||||
type = "home"
|
||||
date = "2019-04-12"
|
||||
date = "2019-04-18"
|
||||
+++
|
||||
|
@ -1,6 +0,0 @@
|
||||
---
|
||||
title: "hello"
|
||||
date: 2019-04-01T17:00:36-04:00
|
||||
draft: true
|
||||
---
|
||||
|
@ -6,11 +6,11 @@
|
||||
_paq.push(['enableLinkTracking']);
|
||||
_paq.push(['enableHeartBeatTimer']);
|
||||
(function() {
|
||||
var u="https://stats.jarv.is/";
|
||||
var u='https://stats.jarv.is/';
|
||||
_paq.push(['setTrackerUrl', u+'m.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
||||
g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
|
@ -4,12 +4,12 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Page Not Found</title>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<link rel="stylesheet" href="https://jarv.is/style.css">
|
||||
</head>
|
||||
<body id="error">
|
||||
<div id="message">
|
||||
<h1>Well, this is embarassing... 😳</h1>
|
||||
<p>The specified file was not found on this website. Please check the URL for mistakes and try again, or <a href="https://jarv.is/">go home</a>.</p>
|
||||
<p>The file you asked for wasn't found in this neck of the woods. Please check the URL for mistakes and try again, or <a href="https://jarv.is/">go home</a>.</p>
|
||||
</div>
|
||||
<script>
|
||||
var _paq = _paq || [];
|
||||
@ -19,11 +19,11 @@
|
||||
_paq.push(['enableLinkTracking']);
|
||||
_paq.push(['enableHeartBeatTimer']);
|
||||
(function() {
|
||||
var u="https://stats.jarv.is/";
|
||||
var u='https://stats.jarv.is/';
|
||||
_paq.push(['setTrackerUrl', u+'m.php']);
|
||||
_paq.push(['setSiteId', '1']);
|
||||
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||
g.type='text/javascript'; g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
||||
g.async=true; g.defer=true; g.src=u+'m.js'; s.parentNode.insertBefore(g,s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user