Fix scripts

This commit is contained in:
Jeremy Thomas
2021-11-23 22:35:24 +00:00
parent f33ab0f471
commit 544515d73b
4 changed files with 18 additions and 0 deletions

View File

@@ -477,6 +477,14 @@
"width": "125", "width": "125",
"height": "38", "height": "38",
"follow": true "follow": true
},
"ozzytyres": {
"name": "ozzytyres",
"url": "https://www.ozzytyres.com.au/news/ford-falcon-au-mag-wheels",
"title": "falcon wheels",
"width": "64",
"height": "64",
"follow": true
} }
}, },
"home": [ "home": [
@@ -513,6 +521,7 @@
,"idealecasinos" ,"idealecasinos"
,"casinotopitaly" ,"casinotopitaly"
,"inkedin" ,"inkedin"
,"ozzytyres"
], ],
"footer": ["polygon", "inkoop"] "footer": ["polygon", "inkoop"]
} }

View File

@@ -4,6 +4,15 @@
<script src="{{ site.url }}/lib/main.js?v={{ site.time | date: '%Y%m%d%H%M' }}"></script> <script src="{{ site.url }}/lib/main.js?v={{ site.time | date: '%Y%m%d%H%M' }}"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-82634666-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-82634666-2');
</script>
{% if page.route == 'index' %} {% if page.route == 'index' %}
<script src="https://player.vimeo.com/api/player.js" ></script> <script src="https://player.vimeo.com/api/player.js" ></script>
<script type="text/javascript" src="{{ site.url }}/lib/index.js?v={{ site.time | date: '%Y%m%d%H%M' }}"></script> <script type="text/javascript" src="{{ site.url }}/lib/index.js?v={{ site.time | date: '%Y%m%d%H%M' }}"></script>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB