summaryrefslogtreecommitdiff
path: root/public/views/ga.ejs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--public/views/ga.ejs2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/views/ga.ejs b/public/views/ga.ejs
index 180832d1..66d4acd9 100644
--- a/public/views/ga.ejs
+++ b/public/views/ga.ejs
@@ -12,7 +12,7 @@
m.parentNode.insertBefore(a, m)
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
-ga('create', '<%- GA %>', 'auto');
+ga('create', '<%= GA %>', 'auto');
ga('send', 'pageview');
</script>
<% } %> \ No newline at end of file