Skip to content

Commit

Permalink
Improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Feb 22, 2024
1 parent bf35b8f commit e568602
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schema.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,11 @@ in
### ${team.name}
${team.description}
Homepage: ${team.homepage}
Matrix room: [${team.matrixRoom}](https://matrix.to/#/${team.matrixRoom})
Members:
${lib.concatMapStrings (member: ''
- [${member}](#${toMarkdownAnchor config.people.${member}.name})${lib.optionalString (team.leader == member) " (leader)"}
Expand All @@ -115,6 +118,7 @@ in
### ${person.name}
Email: [${person.email}](mailto:${person.email})
GitHub: [@${person.github}](https://github.com/${person.github})
'') config.people)
}
Expand Down

0 comments on commit e568602

Please sign in to comment.