This is an automated email from the ASF dual-hosted git repository.

feiwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 2369fac  Remove blank in download link text (#16)
2369fac is described below

commit 2369fac7aee14ce3e229e5c256ca535f4eb94c0f
Author: Fei Wang <[email protected]>
AuthorDate: Mon Sep 20 11:21:57 2021 +0800

    Remove blank in download link text (#16)
    
    * Remove blank
    
    * add link
---
 content/download/index.html     | 1 +
 layouts/custompage/release.html | 9 +++------
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/content/download/index.html b/content/download/index.html
new file mode 120000
index 0000000..426259f
--- /dev/null
+++ b/content/download/index.html
@@ -0,0 +1 @@
+../releases.html
\ No newline at end of file
diff --git a/layouts/custompage/release.html b/layouts/custompage/release.html
index 7e29c5a..1ffa7db 100644
--- a/layouts/custompage/release.html
+++ b/layouts/custompage/release.html
@@ -37,16 +37,13 @@
       <td>{{dateFormat "2006 Jan 2 " .Date}}</td>
       <td>
         <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz";>source</a>
-        (
-        <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512";>checksum</a>
+        (<a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.sha512";>checksum</a>
         <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-source.tgz.asc";>signature</a>)
       </td>
       <td>
         <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz";>binary</a>
-        (
-        <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512";>checksum</a>
-        <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc";>signature</a>
-        )
+        (<a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512";>checksum</a>
+        <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.asc";>signature</a>)
       </td>
       <td>
         <a href="/release/{{.File.BaseFileName }}.html">Announcement</a>

Reply via email to