From f3dc227e05c4b547aa7ce02c098809d5c622a315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Sun, 25 Oct 2015 02:40:29 -0200 Subject: [PATCH] fragments: added Google analytics fragment --- templates/base.html | 1 + templates/fragments/google_analytics.html | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 templates/fragments/google_analytics.html diff --git a/templates/base.html b/templates/base.html index e2de5bc..355cb2c 100644 --- a/templates/base.html +++ b/templates/base.html @@ -21,6 +21,7 @@ + {% include 'fragments/google_analytics.html' %} diff --git a/templates/fragments/google_analytics.html b/templates/fragments/google_analytics.html new file mode 100644 index 0000000..c9390eb --- /dev/null +++ b/templates/fragments/google_analytics.html @@ -0,0 +1,10 @@ +{% if GOOGLE_ANALYTICS %} + +{% endif %}