Merge remote-tracking branch 'origin/elektronika' into elektronika
This commit is contained in:
commit
0dc2112d38
|
|
@ -36,6 +36,16 @@
|
|||
{!! core()->getConfigData('general.content.custom_scripts.custom_css') !!}
|
||||
</style>
|
||||
|
||||
<!-- Google tag (gtag.js) -->
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PETK150JLY"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'G-PETK150JLY');
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
|
||||
|
|
@ -89,4 +99,5 @@
|
|||
<div class="modal-overlay"></div>
|
||||
{!! core()->getConfigData('general.content.custom_scripts.custom_javascript') !!}
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Reference in New Issue