Skip to content

Commit

Permalink
Fix links and icons on front page and footer
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Gamblin <[email protected]>
  • Loading branch information
tgamblin committed Jun 27, 2024
1 parent 5da7f47 commit 27218bb
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
11 changes: 7 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,12 @@ analytics:
# Site Footer
footer:
links:
- label: "Twitter"
- label: "@spackpm"
icon: "fab fa-brands fa-x-twitter"
url: https://x.com/spackpm
url: "https://x.com/spackpm"
- label: "@spack"
icon: "fab fa-brands fa-mastodon"
url: "https://mast.hpc.social/@spack"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: https://github.com/spack/spack
Expand All @@ -152,8 +155,8 @@ footer:
icon: "fas fa-book"
url: https://spack.readthedocs.io/
- label: "Discussion"
icon: "fab fa-google"
url: "https://groups.google.com/d/forum/spack"
icon: "fas fa-comments"
url: "https://github.com/spack/spack/discussions"
- label: "maintainers"
icon: "far fa-envelope"
url: "mailto:[email protected]"
Expand Down
7 changes: 5 additions & 2 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,11 @@ Todd Gamblin:
icon: "fas fa-fw fa-link"
url: "https://people.llnl.gov/gamblin2"
- label: "@tgamblin"
icon: "fab fa-fw fa-twitter-square"
url: "https://twitter.com/tgamblin"
icon: "fab fa-brands fa-x-twitter"
url: "https://x.com/tgamblin"
- label: "@[email protected]"
icon: "fab fa-brands fa-mastodon"
url: "https://hachyderm.io/@tgamblin"
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/tgamblin"
Expand Down
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@
actions:
- label: "<i class=\"fab fa-fw fa-github\"></i> GitHub"
url: "https://github.com/spack/spack"
- label: "<i class=\"fab fa-fw fa-twitter\"></i> Twitter"
url: "https://twitter.com/spackpm"
- label: "<i class=\"fab fa-brands fa-x-twitter\"></i> @spackpm"
url: "https://x.com/spackpm"
- label: "<i class=\"fab fa-brands fa-mastodon\"></i> @spack"
url: "https://mast.hpc.social/@spack"
- label: "<i class=\"fab fa-slack\"></i> Slack"
url: "https://slack.spack.io"
- label: "<i class=\"fa fa-comments\"></i> Matrix"
url: "https://matrix.to/#/#spack-space:matrix.org"
- label: "<i class=\"fas fa-book\"></i> Docs"
url: "https://spack.readthedocs.io/"
- label: "<i class=\"fab fa-google\"></i> Discussion"
url: "https://groups.google.com/d/forum/spack"
- label: "<i class=\"fas fa-comments\"></i> Discussion"
url: "https://github.com/spack/spack/discussions"
---

{% capture markdown %}
Expand Down

0 comments on commit 27218bb

Please sign in to comment.