diff --git a/titanembeds/templates/embed.html.j2 b/titanembeds/templates/embed.html.j2 index 08ce0e5..748f700 100644 --- a/titanembeds/templates/embed.html.j2 +++ b/titanembeds/templates/embed.html.j2 @@ -129,5 +129,7 @@ + {% include 'google_analytics.html.j2' %} + diff --git a/titanembeds/templates/google_analytics.html.j2 b/titanembeds/templates/google_analytics.html.j2 new file mode 100644 index 0000000..07ef9ac --- /dev/null +++ b/titanembeds/templates/google_analytics.html.j2 @@ -0,0 +1,9 @@ + diff --git a/titanembeds/templates/site_layout.html.j2 b/titanembeds/templates/site_layout.html.j2 index fffd87c..2bca5d1 100644 --- a/titanembeds/templates/site_layout.html.j2 +++ b/titanembeds/templates/site_layout.html.j2 @@ -52,5 +52,6 @@ {% block script %}{% endblock %} + {% include 'google_analytics.html.j2' %}