diff --git a/app/vapemap/templates/base.html b/app/vapemap/templates/base.html index 809d72f..9e8a4ac 100644 --- a/app/vapemap/templates/base.html +++ b/app/vapemap/templates/base.html @@ -76,4 +76,5 @@ {% block scripts %} {% endblock %} +{% include "ga.html" %} \ No newline at end of file diff --git a/app/vapemap/templates/ga.html b/app/vapemap/templates/ga.html new file mode 100644 index 0000000..b7990e1 --- /dev/null +++ b/app/vapemap/templates/ga.html @@ -0,0 +1,10 @@ + \ No newline at end of file