From f03f7cb4667d3f0e788c44ba3ed018e216201673 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 4 Feb 2010 15:30:28 +0200 Subject: [PATCH] added experimental ga event tracking to downloads and external links, let's see if it'll work --- source/blog/_includes/_head.html | 1 + source/site/_layouts/default.html | 2 ++ source/site/index.html | 30 +++++++++++++++++------------- source/site/javascripts/main.js | 0 4 files changed, 20 insertions(+), 13 deletions(-) create mode 100644 source/site/javascripts/main.js diff --git a/source/blog/_includes/_head.html b/source/blog/_includes/_head.html index afe32ab..0ae3461 100644 --- a/source/blog/_includes/_head.html +++ b/source/blog/_includes/_head.html @@ -11,6 +11,7 @@ + diff --git a/source/site/_layouts/default.html b/source/site/_layouts/default.html index d4bea1b..a235051 100644 --- a/source/site/_layouts/default.html +++ b/source/site/_layouts/default.html @@ -11,6 +11,8 @@ + + {% include open_id.html %} diff --git a/source/site/index.html b/source/site/index.html index 35a1674..db43ab8 100644 --- a/source/site/index.html +++ b/source/site/index.html @@ -18,22 +18,26 @@ title: jimeh / about "pbagnpg\100wvzru\056zr<\057n>".replace(/[a-zA-Z]/g, function(c){return String.fromCharCode((c<="Z"?90:122)>=(c=c.charCodeAt(0)+13)?c:c-26);})); vcard - download - resume - pdf / doc + download + resume + + pdf / + doc + - misc. + + misc. + - twitter, - github, - facebook, - linkedin, - flickr, - last.fm, - del.icio.us, - deviantart - + twitter, + github, + facebook, + linkedin, + flickr, + last.fm, + del.icio.us, + deviantart diff --git a/source/site/javascripts/main.js b/source/site/javascripts/main.js new file mode 100644 index 0000000..e69de29