settings: Add challenge subtitle

This commit is contained in:
nemunaire 2022-05-02 11:21:34 +02:00
commit c525acff20
2 changed files with 9 additions and 0 deletions

View file

@ -12,6 +12,8 @@ const ChallengeFile = "challenge.json"
type ChallengeInfo struct {
// Title is the displayed name of the challenge.
Title string `json:"title"`
// SubTitle is appended to the title.
SubTitle string `json:"subtitle"`
// Authors is the group name of people making the challenge.
Authors string `json:"authors"`
// VideoLink is the link to explaination videos when the challenge is over.