mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update SEO
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
293d6a95a9
commit
6598b05b05
|
|
@ -104,7 +104,7 @@ main {
|
|||
& > li {
|
||||
width: 243px;
|
||||
float: left;
|
||||
& > h2 {
|
||||
& > p {
|
||||
padding-bottom: 12px;
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
|
|
|
|||
|
|
@ -170,7 +170,7 @@
|
|||
background-repeat: no-repeat;
|
||||
background-position: bottom;
|
||||
|
||||
& > h2 {
|
||||
& > p {
|
||||
padding: 30px 40px;
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
|
|
|
|||
|
|
@ -53,12 +53,6 @@ footer:
|
|||
link: https://kubesphere.io
|
||||
- content: China Site
|
||||
link: https://kubesphere.com.cn/
|
||||
- content: Europe Site
|
||||
link: https://kubesphere.eu
|
||||
- content: Turkey Site
|
||||
link: https://kubesphereturkey.com
|
||||
- content: Spain Site
|
||||
link: https://kubesphere.es
|
||||
|
||||
- title: Products and Services
|
||||
list:
|
||||
|
|
|
|||
|
|
@ -58,12 +58,6 @@ footer:
|
|||
link: https://kubesphere.com.cn/forum
|
||||
- content: 全球站
|
||||
link: https://kubesphere.io
|
||||
- content: 欧洲站
|
||||
link: https://kubesphere.eu
|
||||
- content: 土耳其站
|
||||
link: https://kubesphereturkey.com
|
||||
- content: 西班牙站
|
||||
link: https://kubesphere.es
|
||||
|
||||
- title: 产品与服务
|
||||
list:
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
<ul class="common-flex-layout">
|
||||
{{ range $sections }}
|
||||
<li>
|
||||
<h2>
|
||||
<p>
|
||||
<span><img src="{{ .Params.icon }}" alt="{{ .LinkTitle }}"></span>
|
||||
<a href="{{ .RelPermalink }}">{{ .LinkTitle }}</a>
|
||||
</h2>
|
||||
</p>
|
||||
{{ $page_list := (union (where .Pages ".Params._build.render" "!=" false) .Sections).ByWeight }}
|
||||
{{ $length := len $page_list}}
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in New Issue