This is an automated email from the ASF dual-hosted git repository.
wusheng 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 2b0efcc Fixed : the thumbnail display is not stable (#200)
2b0efcc is described below
commit 2b0efcc664b7fd326f7ffc51c6cb6d44ffa7b576
Author: Juntao Zhang <[email protected]>
AuthorDate: Tue Jan 19 09:12:16 2021 +0800
Fixed : the thumbnail display is not stable (#200)
---
themes/docsy/layouts/partials/head.html | 2 ++
1 file changed, 2 insertions(+)
diff --git a/themes/docsy/layouts/partials/head.html
b/themes/docsy/layouts/partials/head.html
index 527b504..2fdfd76 100644
--- a/themes/docsy/layouts/partials/head.html
+++ b/themes/docsy/layouts/partials/head.html
@@ -1,5 +1,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1,
shrink-to-fit=no">
+<meta name="twitter:site" content="skywalking.apache.org">
+<meta name="twitter:image:src"
content="https://skywalking.apache.org/images/skywalking_400x400.png">
<meta property="og:image"
content="https://skywalking.apache.org/images/skywalking_400x400.png">
{{ hugo.Generator }}
<META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">