mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-29 07:44:06 -06:00
update dataLayer with git_branch
This commit is contained in:
parent
b486170763
commit
bdfcba2f10
@ -83,7 +83,7 @@
|
||||
</head>
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
<script>
|
||||
ga('send', 'pageview', {
|
||||
'Branch': '{{ getenv "BRANCH" }}'
|
||||
window.dataLayer.push({
|
||||
'git_branch': '{{ getenv "BRANCH" }}',
|
||||
});
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user