From a01f74e631c9f173c1b10bfcd07436f8534f44f1 Mon Sep 17 00:00:00 2001 From: alecbrooks Date: Sun, 31 Mar 2013 11:20:22 -0500 Subject: [PATCH] Add Google Analytics tracking code from the template Not My Idea. --- templates/analytics.html | 11 +++++++++++ templates/base.html | 3 +++ 2 files changed, 14 insertions(+) create mode 100644 templates/analytics.html diff --git a/templates/analytics.html b/templates/analytics.html new file mode 100644 index 0000000..ba174fc --- /dev/null +++ b/templates/analytics.html @@ -0,0 +1,11 @@ +{% if GOOGLE_ANALYTICS %} + + +{% endif %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 5cc8b82..c4e5935 100644 --- a/templates/base.html +++ b/templates/base.html @@ -17,6 +17,8 @@ + + {% if SITENAME -%} @@ -58,5 +60,6 @@
+{% include 'analytics.html' %} -- GitLab