From 6f6d3d4d94613cf1bea6a9bd6d53ae46a3d867d7 Mon Sep 17 00:00:00 2001 From: espern Date: Tue, 25 Feb 2014 12:56:55 +0100 Subject: added google analytics --- simple-bootstrap/templates/analytics.html | 11 +++++++++++ simple-bootstrap/templates/base.html | 1 + 2 files changed, 12 insertions(+) create mode 100644 simple-bootstrap/templates/analytics.html (limited to 'simple-bootstrap') diff --git a/simple-bootstrap/templates/analytics.html b/simple-bootstrap/templates/analytics.html new file mode 100644 index 0000000..b96f455 --- /dev/null +++ b/simple-bootstrap/templates/analytics.html @@ -0,0 +1,11 @@ +{% if GOOGLE_ANALYTICS %} + + +{% endif %} \ No newline at end of file diff --git a/simple-bootstrap/templates/base.html b/simple-bootstrap/templates/base.html index e282538..68b8a10 100755 --- a/simple-bootstrap/templates/base.html +++ b/simple-bootstrap/templates/base.html @@ -58,5 +58,6 @@ + {% include 'analytics.html' %} -- cgit v1.1