2
2
html( style ="height: 100%;" )
3
3
head
4
4
meta( charset ="UTF-8" )
5
- meta( name ="viewport" , content ="width=device-width, initial-scale=1.0, maximum-scale=1.0" )
5
+ meta( name ="viewport" content ="width=device-width, initial-scale=1.0, maximum-scale=1.0" )
6
6
meta( http-equiv ="refresh" , content =` 0; URL='${ redirect .destination } '` )
7
7
title Redirecting to: #{redirect .destination }
8
8
style .
@@ -19,18 +19,12 @@ html(style="height: 100%;")
19
19
br
20
20
| please use #[ a( href =redirect .destination ) the link directly] .
21
21
p ☺️ Enjoy ☺️
22
- //- Matomo Analytics
22
+ //- Analytics
23
23
if meta .build .env === ' production'
24
- script ( type ="text/javascript" ) .
25
- var _paq = window ._paq || [];
26
- _paq .push ([" setDoNotTrack" , true ]);
27
- _paq .push ([" disableCookies" ]);
28
- _paq .push ([' trackPageView' ]);
29
- _paq .push ([' enableLinkTracking' ]);
30
- (function () {
31
- var u= " https://matomo.spiegl.co/" ;
32
- _paq .push ([' setTrackerUrl' , u+ ' matomo.php' ]);
33
- _paq .push ([' setSiteId' , ' 1' ]);
34
- var d= document , g= d .createElement (' script' ), s= d .getElementsByTagName (' script' )[0 ];
35
- g .type = ' text/javascript' ; g .async = true ; g .defer = true ; g .src = u+ ' matomo.js' ; s .parentNode .insertBefore (g,s);
36
- })();
24
+ <!-- Global site tag (gtag.js) - Google Analytics -->
25
+ script( async src ="https://www.googletagmanager.com/gtag/js?id=UA-1173222-28" )
26
+ script() .
27
+ window.dataLayer = window.dataLayer || [];
28
+ function gtag(){dataLayer.push(arguments);}
29
+ gtag('js', new Date());
30
+ gtag('config', 'UA-1173222-28');
0 commit comments