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 %}