diff --git a/assets/scss/footer.scss b/assets/scss/footer.scss index de77c09be..8c0cd5353 100644 --- a/assets/scss/footer.scss +++ b/assets/scss/footer.scss @@ -259,6 +259,10 @@ letter-spacing: 1.08px; color: #242e42; } + + .case { + margin-top: 20px; + } } } } \ No newline at end of file diff --git a/config/upstream-zh/config.toml b/config/upstream-zh/config.toml index 360a50552..1e8dfa59b 100644 --- a/config/upstream-zh/config.toml +++ b/config/upstream-zh/config.toml @@ -1,2 +1,5 @@ baseURL = "https://kubesphere.com.cn" -defaultContentLanguage = "zh" \ No newline at end of file +defaultContentLanguage = "zh" + +[params] +showCaseNumber = true \ No newline at end of file diff --git a/data/zh/head.yaml b/data/zh/head.yaml index 5d1f41b51..6f42a5112 100644 --- a/data/zh/head.yaml +++ b/data/zh/head.yaml @@ -1,3 +1,3 @@ -title: "KubeSphere | The Kubernetes platform tailored for hybrid multicloud" -description: "KubeSphere is a distributed operating system managing cloud native applications with Kubernetes as its kernel, and provides plug-and-play architecture for the seamless integration of third-party applications to boost its ecosystem." -keywords: "KubeSphere, Kubernetes, container platform, DevOps, hybrid cloud, cloud native" \ No newline at end of file +title: "KubeSphere | 面向云原生应用的容器混合云" +description: "KubeSphere 是在 Kubernetes 之上构建的以应用为中心的多租户容器平台,提供全栈的 IT 自动化运维的能力,简化企业的 DevOps 工作流。KubeSphere 提供了运维友好的向导式操作界面,帮助企业快速构建一个强大和功能丰富的容器云平台。" +keywords: "KubeSphere, Kubernetes, 容器平台, DevOps, 混合云" \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index cbc7e1eb5..6f8003da6 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -64,6 +64,25 @@
{{ i18n "introduction2" }}
+ {{ if .Site.Params.showCaseNumber }} + + {{ end }} diff --git a/static/images/footer/case-icon.png b/static/images/footer/case-icon.png new file mode 100644 index 000000000..9f763946d Binary files /dev/null and b/static/images/footer/case-icon.png differ