This is an automated email from the ASF dual-hosted git repository.
albumenj 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 28cb8ff4ef Update for seo / img alt / description
28cb8ff4ef is described below
commit 28cb8ff4ef13ec25ac7c8db76a71cdc8395a4d9c
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 23 11:19:00 2023 +0800
Update for seo / img alt / description
---
content/zh-cn/_index.html | 3 ++-
data/announcements/en/scheduled.yaml | 4 ++--
data/announcements/zh/scheduled.yaml | 2 +-
layouts/blog/baseof.html | 1 -
layouts/docs/baseof.html | 1 -
5 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/content/zh-cn/_index.html b/content/zh-cn/_index.html
index 9675263ad0..fa5b90043b 100644
--- a/content/zh-cn/_index.html
+++ b/content/zh-cn/_index.html
@@ -1,6 +1,7 @@
+++
title = "Apache Dubbo 中文"
-linkTitle = "Apache Dubbo Website"
+linkTitle = "Apache Dubbo 官网"
+description = "Apache Dubbo 官网"
+++
{{< blocks/cover title="Apache Dubbo" image_anchor="top" height="min"
color="secondary" >}}
diff --git a/data/announcements/en/scheduled.yaml
b/data/announcements/en/scheduled.yaml
index 43f24d642d..a9bf233c19 100755
--- a/data/announcements/en/scheduled.yaml
+++ b/data/announcements/en/scheduled.yaml
@@ -35,9 +35,9 @@ announcements:
style: >-
background-image: linear-gradient(90deg, rgb(249, 145, 6) 0%, rgb(252, 29,
68) 100%);
title: |
- <img src ="/imgs/announcements/announcement-apache-dubbo-white.png"
style="float: right; width: 20%; height: auto;" />
+ <img alt="announcement-apache-dubbo" src
="/imgs/announcements/announcement-apache-dubbo-white.png" style="float: right;
width: 20%; height: auto;" />
<a href= "#">The brandnew website and documentation</a> <em> is now
available!</em>
message: |
The new site is still under development and is aimming to cover all new
features including Dubbo3. We are determined to provide all of our users with
the best experience in the next few months! <br />
2023-02-21.
-
+
diff --git a/data/announcements/zh/scheduled.yaml
b/data/announcements/zh/scheduled.yaml
index 0ae1a42c0a..83cb1a52c5 100644
--- a/data/announcements/zh/scheduled.yaml
+++ b/data/announcements/zh/scheduled.yaml
@@ -5,7 +5,7 @@ announcements:
style: >-
background-image: linear-gradient(90deg, rgb(249, 145, 6) 0%, rgb(252,
29, 68) 100%);
title: |
- <img src ="/imgs/announcements/announcement-apache-dubbo-white.png"
style="float: right; width: 20%; height: auto;" />
+ <img alt="announcement-apache-dubbo" src
="/imgs/announcements/announcement-apache-dubbo-white.png" style="float: right;
width: 20%; height: auto;" />
<a href= "#">Apache Dubbo 全新改版网站与文档</a> <em> 正式上线!</em>
message: |
新版文档仍处于持续完善中,将涵盖 Dubbo3 及最新特性使用方式,我们计划在未来几个月内为用户提供最完善、易用的使用体验!<br />
diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index f2d8a01190..4d5c967ff2 100755
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -2,7 +2,6 @@
<html lang="{{ .Site.Language.Lang }}" class="no-js">
<head>
{{ partial "head.html" . }}
- <title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }}
| {{ end }}{{ .Site.Title }}{{ end }}</title>
</head>
<body class="td-{{ .Kind }} td-documentation">
<header>
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index 46eeb06d3c..3a807bc74f 100755
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -2,7 +2,6 @@
<html lang="{{ .Site.Language.Lang }}" class="no-js">
<head>
{{ partial "head.html" . }}
- <title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ with .Title }}{{ . }}
| {{ end }}{{ .Site.Title }}{{ end }}</title>
</head>
<body class="td-{{ .Kind }} td-documentation">
<header>