From 920c871767c13c34b9ec8677f112332136be1795 Mon Sep 17 00:00:00 2001 From: GuangmingLuo Date: Fri, 29 May 2026 10:57:13 +0800 Subject: [PATCH] Disable white paper download banner Set show_banner to false in content/zh/_index.html to hide the white paper download banner while keeping the template and styles for potential future reuse. --- content/zh/_index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/zh/_index.html b/content/zh/_index.html index 2e7e9db06b..48e0e4ac34 100644 --- a/content/zh/_index.html +++ b/content/zh/_index.html @@ -1,7 +1,7 @@ +++ title = "CloudWeGo" linkTitle = "CloudWeGo" -show_banner = true +show_banner = false +++ {{< blocks/cover title="欢迎使用 CloudWeGo" subtitle="构建企业级云原生中间件的领先实践!" image_anchor="top" height="full" color="dark" >}}