This is an automated email from the ASF dual-hosted git repository. leonard pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/flink-web.git
commit 7e148d3a78e1eab3a40ce031532def1bd05a989e Author: Leonard Xu <[email protected]> AuthorDate: Wed Mar 16 00:56:17 2022 +0800 Rebuild website --- content/community.html | 6 ++++++ content/zh/community.html | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/content/community.html b/content/community.html index c29aded..788b9c8 100644 --- a/content/community.html +++ b/content/community.html @@ -840,6 +840,12 @@ <td class="text-center">Committer</td> <td class="text-center">martijnvisser</td> </tr> + <tr> + <td class="text-center"><img src="https://avatars.githubusercontent.com/u/5163645?s=50" class="committer-avatar" /></td> + <td class="text-center">Leonard Xu</td> + <td class="text-center">Committer</td> + <td class="text-center">leonard</td> + </tr> </table> <p>You can reach committers directly at <code><apache-id>@apache.org</code>. A list of all contributors can be found <a href="https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors">here</a>.</p> diff --git a/content/zh/community.html b/content/zh/community.html index e5b676b..722b7a5 100644 --- a/content/zh/community.html +++ b/content/zh/community.html @@ -825,6 +825,12 @@ <td class="text-center">Committer</td> <td class="text-center">martijnvisser</td> </tr> + <tr> + <td class="text-center"><img src="https://avatars.githubusercontent.com/u/5163645?s=50" class="committer-avatar" /></td> + <td class="text-center">Leonard Xu</td> + <td class="text-center">Committer</td> + <td class="text-center">leonard</td> + </tr> </table> <p>可以通过 <code><apache-id>@apache.org</code> 直接联系 committer。可以在 <a href="https://cwiki.apache.org/confluence/display/FLINK/List+of+contributors">这里</a> 找到所有的贡献者。</p>
