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

ulyssesyou 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 b62c701  add link and verify (#21)
b62c701 is described below

commit b62c701c59bc17e2bc4179ddb9632948fc396327
Author: ulysses <[email protected]>
AuthorDate: Tue Oct 26 10:34:06 2021 +0800

    add link and verify (#21)
---
 layouts/release/single.html | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/layouts/release/single.html b/layouts/release/single.html
index 86107ac..08e11f4 100644
--- a/layouts/release/single.html
+++ b/layouts/release/single.html
@@ -21,6 +21,10 @@
   </div>
   <div class="col-md-4">
       <p>
+          <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/KEYS"; class="btn 
btn-primary">KEYS</a>
+          <a href="https://www.apache.org/dyn/closer.cgi#verify"; class="btn 
btn-primary">Verify Instructions</a>
+      </p>
+      <p>
         <a 
href="https://www.apache.org/dyn/closer.lua/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz";
 class="btn btn-success">Binary Download</a>
         (
           <a 
href="https://downloads.apache.org/incubator/kyuubi/kyuubi-{{.File.BaseFileName}}/apache-kyuubi-{{.File.BaseFileName}}-bin.tgz.sha512";>checksum</a>

Reply via email to