From a6fe8f94f6f36a17cf8295e86907b11252cd9d09 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Ra=C3=BAl=20Villalba?= Date: Wed, 14 Sep 2011 18:33:49 -0300 Subject: [PATCH] Add Google Analytics tracking code (#3) --- NOTES | 2 ++ src/layout/base.j2 | 13 +++++++++++++ 2 files changed, 15 insertions(+) diff --git a/NOTES b/NOTES index 9e92e91..2e25f50 100644 --- a/NOTES +++ b/NOTES @@ -52,6 +52,8 @@ Things to consider downloading, and updating. This includes a full download for editing. S3 links should be generated via some plugin so that I can later on replace the backend with something else, should I ever need to. + * Further investigate Google Analytics. + App Engine ---------- diff --git a/src/layout/base.j2 b/src/layout/base.j2 index b25e12e..bf5e98e 100644 --- a/src/layout/base.j2 +++ b/src/layout/base.j2 @@ -16,6 +16,19 @@ {{ author.name }}{% if resource.meta.title is defined %} - {{ resource.meta.title }}{% endif %} +
-- 2.11.4.GIT