diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 17:22:34 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@proton.me> | 2024-11-10 17:22:34 +0100 |
| commit | de2cc0e283f346ec41ed1917879a6366bfdf0880 (patch) | |
| tree | 1649141b14cc985970b69775fea9f1b464caab5d /data.go | |
| parent | 7e50f8489e3e5cd43b585f03a604c0a33af10eb9 (diff) | |
feat(credits): font source
Diffstat (limited to 'data.go')
| -rw-r--r-- | data.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -47,6 +47,7 @@ type Link struct { type Legal struct { LegalInformationLink string `json:"legal_information_link"` ImagesSource []string `json:"images_source"` + FontSource string `json:"font_source"` } func (c *Config) GetBackground() template.CSS { |
