File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 <script >try {Typekit .load ({ async: true });}catch (e){} </script >
2020
2121 <!-- Analytics -->
22- @if ($_SERVER [ ' HTTP_HOST ' ] === ' explorer.lbry.com ' )
22+ @if (env ( ' GTM_ID ' ) )
2323 <!-- Global site tag (gtag.js) - Google Analytics -->
24- <script async src =" //www.googletagmanager.com/gtag/js?id=UA-60403362-1 " ></script >
24+ <script async src =" //www.googletagmanager.com/gtag/js?id={{ env ( ' GTM_ID ' ) } } " ></script >
2525 <script >
2626 window .dataLayer = window .dataLayer || [];
2727 function gtag (){dataLayer .push (arguments );}
2828 gtag (' js' , new Date ());
29- gtag (' config' , ' UA-60403362-4 ' );
29+ gtag (' config' , ' {{ env ( ' GTM_ID ' ) } } ' );
3030 </script >
3131 @endif
3232
3333 <script type =" text/javascript" >
34- // handle coinomi and lbry app urls
34+ // Handle Coinomi and LBRY app URLs
3535 var hashpart = window .location .hash ;
3636 if (hashpart .length > 3 ) {
3737 hashpart = hashpart .substring (3 );
@@ -59,7 +59,7 @@ function gtag(){dataLayer.push(arguments);}
5959@yield (' content' )
6060<footer >
6161 <div class =" content" >
62- <a href =" https://lbry.com " >LBRY</a >
62+ <a href =" https://lbry.org " >LBRY</a >
6363
6464 <div class =" page-time" >Page took {{ round ((microtime (true ) - LARAVEL_START ) * 1000 , 0 ) } } ms</div >
6565 </div >
You can’t perform that action at this time.
0 commit comments