소스 검색

HUE-8741 [doc] Add GA to doc footer

Romain Rigaux 6 년 전
부모
커밋
2525d3b499
3개의 변경된 파일11개의 추가작업 그리고 2개의 파일을 삭제
  1. 9 0
      docs/docs-site/layouts/partials/custom-footer.html
  2. 1 1
      docs/docs-site/layouts/partials/menu-footer.html
  3. 1 1
      tools/kubernetes/README.md

+ 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).