Update application.html.erb
This commit is contained in:
parent
d69a193e6d
commit
130a8983a1
@ -33,22 +33,22 @@
|
|||||||
<%# Includes all stylesheet files in app/assets/stylesheets %>
|
<%# Includes all stylesheet files in app/assets/stylesheets %>
|
||||||
<%= javascript_include_tag "application", "data-turbo-track": "reload", type: "module" %>
|
<%= javascript_include_tag "application", "data-turbo-track": "reload", type: "module" %>
|
||||||
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
<%= stylesheet_link_tag "application", "data-turbo-track": "reload" %>
|
||||||
<!-- <script defer data-domain="todayaiweather.com" src="https://plausible.frytea.com/js/script.js"></script>-->
|
<script defer data-domain="todayaiweather.com" src="https://plausible.frytea.com/js/script.js"></script>
|
||||||
|
|
||||||
<!-- <script defer src="https://busuanzi.frytea.com/js"></script>-->
|
<script defer src="https://busuanzi.frytea.com/js"></script>
|
||||||
|
|
||||||
<!-- Google tag (gtag.js) -->
|
<!-- Google tag (gtag.js) -->
|
||||||
<!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-PX1C92V5L7"></script>-->
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PX1C92V5L7"></script>
|
||||||
<!-- <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', 'G-PX1C92V5L7');-->
|
gtag('config', 'G-PX1C92V5L7');
|
||||||
<!-- </script>-->
|
</script>
|
||||||
|
|
||||||
<!-- <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7296634171837358"-->
|
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-7296634171837358"
|
||||||
<!-- crossorigin="anonymous"></script>-->
|
crossorigin="anonymous"></script>
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user