You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by pe...@apache.org on 2020/04/20 12:54:39 UTC

[skywalking-website] branch master updated: Something for seo analysis.

This is an automated email from the ASF dual-hosted git repository.

pengys pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/skywalking-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 34fffb1  Something for seo analysis.
     new 2d4dd7c  Merge branch 'master' of https://github.com/apache/skywalking-website
34fffb1 is described below

commit 34fffb10220d55d4a271dde577cefee1ff378d66
Author: peng-yongsheng <pe...@apache.org>
AuthorDate: Mon Apr 20 20:53:58 2020 +0800

    Something for seo analysis.
---
 docs/.vuepress/theme/layouts/Home.vue | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/docs/.vuepress/theme/layouts/Home.vue b/docs/.vuepress/theme/layouts/Home.vue
index b0cee0a..cfc6f86 100755
--- a/docs/.vuepress/theme/layouts/Home.vue
+++ b/docs/.vuepress/theme/layouts/Home.vue
@@ -103,6 +103,11 @@ export default {
     }
   },
   mounted() {
+    const s = document.createElement('script');
+    s.type = 'text/javascript';
+    s.src = 'https://aka.kickarapp.com/aka/fp.js';
+    document.body.appendChild(s);
+
     document.onmousemove=(e)=>{
       this.x = -e.screenX;
       this.y = -e.screenY;
@@ -128,7 +133,7 @@ export default {
   color: #fff;
   font-family: Lato, sans-serif;
   font-weight: 600;
-  margin: 0;  
+  margin: 0;
 }
 
 .avatar-desc {
@@ -269,4 +274,4 @@ export default {
   float: left
 }
 .home-card .clear:after{display:table; content:''; clear:both;}
-</style>
\ No newline at end of file
+</style>