Support a map of logos for #30

This commit is contained in:
Gabe Kangas
2020-06-28 15:13:01 -07:00
parent 73b6937496
commit 519c3aa8b5
2 changed files with 5 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ type InstanceDetails struct {
Name string `yaml:"name" json:"name"`
Title string `yaml:"title" json:"title"`
Summary string `yaml:"summary" json:"summary"`
Logo string `yaml:"logo" json:"logo"`
Logo map[string]string `yaml:"logo" json:"logo"`
Tags []string `yaml:"tags" json:"tags"`
SocialHandles map[string]string `yaml:"socialHandles" json:"socialHandles"`
ExtraInfoFile string `yaml:"extraUserInfoFileName" json:"extraUserInfoFileName"`