File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
lib/school_house_web/templates/layout Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1212 <%= load_locale_styles ( view_module ( @ conn ) , assigns ) %>
1313 < script phx-track-static src = { Routes . static_path ( @ conn , "/assets/initialize-theme.js" ) } > </ script >
1414 < script defer phx-track-static src = { Routes . static_path ( @ conn , "/assets/app.js" ) } > </ script >
15+ <!-- Google tag (gtag.js) -->
16+ < script async src = "https://www.googletagmanager.com/gtag/js?id=G-KCQP9HEX0V " > </ script >
17+ < script >
18+ window.dataLayer = window.dataLayer || [];
19+ function gtag(){ dataLayer . push ( arguments ) ; }
20+ gtag('js', new Date());
21+
22+ gtag('config', 'G-KCQP9HEX0V');
23+ </ script >
1524 < link rel = "icon " href = "/favicon.ico " />
1625 </ head >
1726 < body class = "preload dark:bg-body-dark overflow-x-hidden " >
You can’t perform that action at this time.
0 commit comments