mirror of
https://github.com/jgthms/bulma
synced 2026-03-22 05:04:28 -07:00
Fix scripts
This commit is contained in:
@@ -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"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
BIN
docs/images/amis/ozzytyres.png
Normal file
BIN
docs/images/amis/ozzytyres.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.1 KiB |
BIN
docs/images/amis/ozzytyres@2x.png
Normal file
BIN
docs/images/amis/ozzytyres@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Reference in New Issue
Block a user