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 c65b9087c7 Update for seo / img alt / h1 tag
c65b9087c7 is described below

commit c65b9087c70a425552936dfc950e9ad740cb2e99
Author: Albumen Kevin <[email protected]>
AuthorDate: Thu Feb 23 11:35:02 2023 +0800

    Update for seo / img alt / h1 tag
---
 layouts/blog/baseof.html     | 10 +++++-----
 layouts/docs/baseof.html     | 10 +++++-----
 layouts/partials/footer.html |  2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/layouts/blog/baseof.html b/layouts/blog/baseof.html
index 4d5c967ff2..11c8255dd6 100755
--- a/layouts/blog/baseof.html
+++ b/layouts/blog/baseof.html
@@ -8,11 +8,11 @@
       {{ partial "navbar.html" . }}
       {{ partial "announcement.html" . }}
       {{ block "hero" . }}
-      <section class="header-hero text-white pb-4 light-text ">
-        {{ if not .Params.notitle }}
-        <h1>{{ .Title }}</h1>
-        {{ end }}
-      </section>
+<!--      <section class="header-hero text-white pb-4 light-text ">-->
+<!--        {{ if not .Params.notitle }}-->
+<!--        <h1>{{ .Title }}</h1>-->
+<!--        {{ end }}-->
+<!--      </section>-->
          {{ block "hero-more" . }}{{ end }}
       {{ end }}
     </header>
diff --git a/layouts/docs/baseof.html b/layouts/docs/baseof.html
index 3a807bc74f..170aa25aa4 100755
--- a/layouts/docs/baseof.html
+++ b/layouts/docs/baseof.html
@@ -8,11 +8,11 @@
       {{ partial "navbar.html" . }}
       {{ partial "announcement.html" . }}
       {{ block "hero" . }}
-      <section class="header-hero text-white pb-4 light-text ">
-        {{ if not .Params.notitle }}
-        <h1>{{ .Title }}</h1>
-        {{ end }}
-      </section>
+<!--      <section class="header-hero text-white pb-4 light-text ">-->
+<!--        {{ if not .Params.notitle }}-->
+<!--        <h1>{{ .Title }}</h1>-->
+<!--        {{ end }}-->
+<!--      </section>-->
          {{ block "hero-more" . }}{{ end }}
       {{ end }}
     </header>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index d95716fdae..486ba7cb97 100755
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -30,7 +30,7 @@
 <div class="row pt-2 pb-2">
   <div class="container-fluid mx-sm-5">
   <div class="text-center" id="my-footer">
-    <img style="float:left;" src="/imgs/apache_logo.png"/>
+    <img style="float:left;" alt="apache_logo" src="/imgs/apache_logo.png"/>
     <ul>
       <li><a href="https://www.apache.org";>Foundation</a></li>
       <li><a href="https://www.apache.org/licenses/";>License</a></li>

Reply via email to