This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 112586ee1c fix div style (#1097)
112586ee1c is described below
commit 112586ee1c350b9a97fdc8f960f4bc3d1e5b2e20
Author: huazhongming <[email protected]>
AuthorDate: Tue Jun 7 15:38:56 2022 +0800
fix div style (#1097)
Signed-off-by: crazyhzm <[email protected]>
---
content/zh/_index.html | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/content/zh/_index.html b/content/zh/_index.html
index 387ad5dc31..ecd4cac4d2 100644
--- a/content/zh/_index.html
+++ b/content/zh/_index.html
@@ -14,9 +14,7 @@ linkTitle = "Apache Dubbo Website"
</a>
<p class="lead mt-5 font-weight-bold">Apache Dubbo 是一款微服务框架,为大规模微服务实践提供高性能
RPC 通信、流量治理、可观测性等解决方案,<br/>
涵盖 Java、Golang 等多种语言 SDK 实现。</p>
- <div class="mx-auto mt-5">
- {{< blocks/link-down color="white" >}}
- </div>
+ {{% blocks/link-down color="white" %}}
</div>
{{< /blocks/cover >}}