Skip to content

Commit d412e91

Browse files
committed
fixing bug in ga variable name
1 parent 996d1bd commit d412e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
</footer>
2828

2929
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
30-
<script type="text/javascript">_uacct = "{{ google_analytics }}";urchinTracker();</script>
30+
<script type="text/javascript">_uacct = "{{ site.google_analytics }}";urchinTracker();</script>

0 commit comments

Comments
 (0)