diff --git a/alchemy/templates/base.html b/alchemy/templates/base.html index c807fa3..a59ac0b 100644 --- a/alchemy/templates/base.html +++ b/alchemy/templates/base.html @@ -2,7 +2,6 @@
- {% block head %} @@ -47,13 +46,16 @@ + {% block head %}{% endblock %} + - {% endblock %} + + {% include 'include/analytics.html' %} diff --git a/alchemy/templates/include/analytics.html b/alchemy/templates/include/analytics.html new file mode 100644 index 0000000..edd6efe --- /dev/null +++ b/alchemy/templates/include/analytics.html @@ -0,0 +1,50 @@ +{% if GOOGLE_ANALYTICS %} + +{% endif %} +{% if GAUGES %} + +{% endif %} +{% if PIWIK_URL and PIWIK_SITE_ID %} + +{% endif %}