Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jgthms/bulma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Thomas <bbxdesign@gmail.com>2021-11-24 01:35:24 +0300
committerJeremy Thomas <bbxdesign@gmail.com>2021-11-24 01:35:24 +0300
commit544515d73bce7eb389d2573fcf94c0eceb95b5f9 (patch)
treeeb29f5f4e57efc1f2c3c42e3247975732b91fbbe
parentf33ab0f4711465231d5d9b3a62cec918366f3dcf (diff)
Fix scripts
-rw-r--r--docs/_data/sponsors.json9
-rw-r--r--docs/_includes/global/scripts.html9
-rw-r--r--docs/images/amis/ozzytyres.pngbin0 -> 6209 bytes
-rw-r--r--docs/images/amis/ozzytyres@2x.pngbin0 -> 18058 bytes
4 files changed, 18 insertions, 0 deletions
diff --git a/docs/_data/sponsors.json b/docs/_data/sponsors.json
index 9e13c679..adf60af4 100644
--- a/docs/_data/sponsors.json
+++ b/docs/_data/sponsors.json
@@ -477,6 +477,14 @@
"width": "125",
"height": "38",
"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": [
@@ -513,6 +521,7 @@
,"idealecasinos"
,"casinotopitaly"
,"inkedin"
+ ,"ozzytyres"
],
"footer": ["polygon", "inkoop"]
}
diff --git a/docs/_includes/global/scripts.html b/docs/_includes/global/scripts.html
index d0d2336d..ea767ad6 100644
--- a/docs/_includes/global/scripts.html
+++ b/docs/_includes/global/scripts.html
@@ -4,6 +4,15 @@
<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' %}
<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>
diff --git a/docs/images/amis/ozzytyres.png b/docs/images/amis/ozzytyres.png
new file mode 100644
index 00000000..a56c2b43
--- /dev/null
+++ b/docs/images/amis/ozzytyres.png
Binary files differ
diff --git a/docs/images/amis/ozzytyres@2x.png b/docs/images/amis/ozzytyres@2x.png
new file mode 100644
index 00000000..527fbf42
--- /dev/null
+++ b/docs/images/amis/ozzytyres@2x.png
Binary files differ