Browse Source

HUE-8741 [doc] Add GA to doc footer

Romain Rigaux 6 years ago
parent
commit
2525d3b

+ 9 - 0
docs/docs-site/layouts/partials/custom-footer.html

@@ -0,0 +1,9 @@
+
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-37637545-1"></script>
+<script>
+  window.dataLayer = window.dataLayer || [];
+  function gtag(){dataLayer.push(arguments);}
+  gtag('js', new Date());
+
+  gtag('config', 'UA-37637545-1');
+</script>

+ 1 - 1
docs/docs-site/layouts/partials/menu-footer.html

@@ -1,2 +1,2 @@
-<p>Built with <a href="https://github.com/matcornic/hugo-theme-learn"><i class="fas fa-heart"></i></a> from <a href="http://gohugo.io/">Hugo</a></p>
+<p>Built with <a href="https://github.com/matcornic/hugo-theme-learn"><i class="fas fa-heart"></i></a> with <a href="http://gohugo.io/">Hugo</a></p>
 

+ 1 - 1
tools/kubernetes/README.md

@@ -70,4 +70,4 @@ HTTP LoadBalancer. This avoids creating global static ips.
 
 ## Images
 
-All the images can currently can be built via [Docker](tools/docker).
+All the images can currently can be built via [Docker](/tools/docker).