From 887a24526b6c35b7c07c607a10bad515c7adb2a6 Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Mon, 1 Apr 2013 19:28:31 +0100 Subject: [PATCH] Added Google Analytics tracking. --- app/vapemap/templates/base.html | 1 + app/vapemap/templates/ga.html | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 app/vapemap/templates/ga.html diff --git a/app/vapemap/templates/base.html b/app/vapemap/templates/base.html index 809d72f..9e8a4ac 100644 --- a/app/vapemap/templates/base.html +++ b/app/vapemap/templates/base.html @@ -76,4 +76,5 @@ {% block scripts %} {% endblock %} +{% include "ga.html" %} \ No newline at end of file diff --git a/app/vapemap/templates/ga.html b/app/vapemap/templates/ga.html new file mode 100644 index 0000000..b7990e1 --- /dev/null +++ b/app/vapemap/templates/ga.html @@ -0,0 +1,10 @@ + \ No newline at end of file