Skip to content
This repository was archived by the owner on May 11, 2025. It is now read-only.

Commit 9312b9a

Browse files
Fix site variable in header.html
1 parent 6b74f02 commit 9312b9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
2727
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
2828

29-
ga('create', '{% site.google_analytics %}', 'auto');
29+
ga('create', '{{ site.google_analytics }}', 'auto');
3030
ga('send', 'pageview');
3131
</script>

0 commit comments

Comments
 (0)