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

gangwu pushed a commit to branch production
in repository https://gitbox.apache.org/repos/asf/parquet-site.git


The following commit(s) were added to refs/heads/production by this push:
     new 9b75085  GH-70: Add hyperlinks for mailing list subscription and 
archives (#72)
9b75085 is described below

commit 9b750857ef573da65e6f629758a3529a594cfe5b
Author: Andrew Lamb <[email protected]>
AuthorDate: Mon Jul 22 11:42:30 2024 -0400

    GH-70: Add hyperlinks for mailing list subscription and archives (#72)
---
 hugo.toml | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/hugo.toml b/hugo.toml
index e7efcc3..6679dfd 100644
--- a/hugo.toml
+++ b/hugo.toml
@@ -146,10 +146,20 @@ enable = false
 [params.links]
 # End user relevant links. These will show up on left side of footer and in 
the community page if you have one.
 [[params.links.user]]
-  name = "User mailing list"
+  name = "Post to Mailing List"
   url = "mailto:[email protected]";
   icon = "fa fa-envelope"
-  desc = "Discussion and help from your fellow users. To subscribe please 
email [email protected]. View the archive here: 
https://lists.apache.org/[email protected].";
+  desc = "Discussion and help from your fellow users"
+[[params.links.user]]
+  name = "Subscribe to Mailing List"
+  url = "mailto:[email protected]";
+  icon = "fa fa-envelope-circle-check"
+  desc = "Subscribe to the mailing list to participate."
+[[params.links.user]]
+  name = "View Mailing List Archives"
+  url = "https://lists.apache.org/[email protected]";
+  icon = "fa fa-box-archive"
+  desc = "View archives of past discussions."
 [[params.links.user]]
   name ="Twitter"
   url = "https://twitter.com/ApacheParquet";

Reply via email to