Skip to content

Commit

Permalink
teams: Allow github usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil authored and tomberek committed Mar 19, 2024
1 parent 5b32b1f commit 17743b8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/pages/community/teams/[...slug].astro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ const { Content } = await entry.render();
(<a href={"https://discourse.nixos.org/u/" + member.discourse}>@{member.discourse}</a>)
</>
)}
{member.github && (
<>
(<a href={"https://github.com/" + member.github}>@{member.github}</a>)
</>
)}
{member.title && (
<>
&mdash;
Expand Down

0 comments on commit 17743b8

Please sign in to comment.