mirror of
https://github.com/huhu/rust-search-extension
synced 2024-11-14 15:47:12 +00:00
Add GA config
This commit is contained in:
parent
cc23fbf420
commit
c7c15669eb
1 changed files with 11 additions and 1 deletions
12
docs/templates/_variables.html
vendored
12
docs/templates/_variables.html
vendored
|
@ -15,4 +15,14 @@
|
|||
/* Font used for text */
|
||||
--text-font-family: "Fira Sans", sans-serif;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Z7JXVGPGFS"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-Z7JXVGPGFS');
|
||||
</script>
|
Loading…
Reference in a new issue