update
This commit is contained in:
parent
653f5cfbc2
commit
8a819511ce
|
@ -35,13 +35,13 @@ html
|
||||||
link(rel='prefetch' href=serverErrorImageUrl)
|
link(rel='prefetch' href=serverErrorImageUrl)
|
||||||
link(rel='prefetch' href=infoImageUrl)
|
link(rel='prefetch' href=infoImageUrl)
|
||||||
link(rel='prefetch' href=notFoundImageUrl)
|
link(rel='prefetch' href=notFoundImageUrl)
|
||||||
if googleAnalyticsId
|
if googleAnalyticsId
|
||||||
script(async src='https://www.googletagmanager.com/gtag/js?id='+ googleAnalyticsId)
|
script(async src='https://www.googletagmanager.com/gtag/js?id='+ googleAnalyticsId)
|
||||||
script.
|
script.
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', '#{googleAnalyticsId}');
|
gtag('config', '#{googleAnalyticsId}');
|
||||||
|
|
||||||
//- https://github.com/misskey-dev/misskey/issues/9842
|
//- https://github.com/misskey-dev/misskey/issues/9842
|
||||||
link(rel='stylesheet' href='/assets/tabler-icons/tabler-icons.min.css?v3.3.0')
|
link(rel='stylesheet' href='/assets/tabler-icons/tabler-icons.min.css?v3.3.0')
|
||||||
|
|
Loading…
Reference in New Issue