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 7bf4ec6  Add thumbnail image when Twitter sharing (#199)
7bf4ec6 is described below

commit 7bf4ec6325a4a508a74e0f921e1fdf92650988e0
Author: Juntao Zhang <[email protected]>
AuthorDate: Mon Jan 18 14:35:18 2021 +0800

    Add thumbnail image when Twitter sharing (#199)
---
 static/images/skywalking_400x400.png    | Bin 0 -> 31073 bytes
 themes/docsy/layouts/partials/head.html |   1 +
 2 files changed, 1 insertion(+)

diff --git a/static/images/skywalking_400x400.png 
b/static/images/skywalking_400x400.png
new file mode 100644
index 0000000..5299759
Binary files /dev/null and b/static/images/skywalking_400x400.png differ
diff --git a/themes/docsy/layouts/partials/head.html 
b/themes/docsy/layouts/partials/head.html
index c731a68..527b504 100644
--- a/themes/docsy/layouts/partials/head.html
+++ b/themes/docsy/layouts/partials/head.html
@@ -1,5 +1,6 @@
 <meta charset="utf-8">
 <meta name="viewport" content="width=device-width, initial-scale=1, 
shrink-to-fit=no">
+<meta property="og:image" 
content="https://skywalking.apache.org/images/skywalking_400x400.png";>
 {{ hugo.Generator }}
 <META NAME="ROBOTS" CONTENT="INDEX, FOLLOW">
 {{ range .AlternativeOutputFormats -}}

Reply via email to