Skip to content

Commit

Permalink
GH-70: Add hyperlinks for mailing list subscription and archives (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb authored Jul 22, 2024
1 parent 115f9be commit 9b75085
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9b75085

Please sign in to comment.