From 21324e086b94b9e8e48e13658cebf2b8d296bcbf Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 19 Apr 2019 11:18:23 -0400 Subject: [PATCH] matomo script tweak --- content/_index.md | 2 +- content/notes/_index.md | 6 ------ layouts/partials/footer.html | 4 ++-- static/404.html | 8 ++++---- 4 files changed, 7 insertions(+), 13 deletions(-) delete mode 100644 content/notes/_index.md diff --git a/content/_index.md b/content/_index.md index 1b8d610f..06c7763c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -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" +++ diff --git a/content/notes/_index.md b/content/notes/_index.md deleted file mode 100644 index adb747e9..00000000 --- a/content/notes/_index.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: "hello" -date: 2019-04-01T17:00:36-04:00 -draft: true ---- - diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 460be482..eb38a3c7 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -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); })(); diff --git a/static/404.html b/static/404.html index 5ea532e0..5c7e3468 100644 --- a/static/404.html +++ b/static/404.html @@ -4,12 +4,12 @@ Page Not Found - +

Well, this is embarassing... 😳

-

The specified file was not found on this website. Please check the URL for mistakes and try again, or go home.

+

The file you asked for wasn't found in this neck of the woods. Please check the URL for mistakes and try again, or go home.