mirror of
https://github.com/HangarMC/Hangar.git
synced 2025-02-23 15:12:52 +08:00
add google analytics
turns out I already created a property way back when I first played with ore Signed-off-by: MiniDigger <admin@minidigger.me>
This commit is contained in:
parent
3177880c56
commit
08918b4c07
@ -51,6 +51,14 @@ showFooter: Boolean = true, noContainer: Boolean = false, additionalMeta: Html =
|
||||
<meta name="theme-color" content="#2980B9">
|
||||
|
||||
<#-- google foo -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-38006759-9"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-38006759-9');
|
||||
</script>
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
Loading…
Reference in New Issue
Block a user