#515 switched to SVG icons, #525 added Ko-Fi platform (#528)

* #515 switched to SVG icons, #525 added Ko-Fi platform

* fixes #515, fixes #525 - added color to the SVGs directly

* Removed `color` from config for socialHandles, not required anymore
This commit is contained in:
Mirco T
2021-01-09 21:59:43 +01:00
committed by GitHub
parent 0526404d19
commit 0ab4e47f0b
24 changed files with 265 additions and 30 deletions

View File

@@ -53,6 +53,7 @@ type InstanceDetails struct {
type socialHandle struct {
Platform string `yaml:"platform" json:"platform"`
URL string `yaml:"url" json:"url"`
Icon string `yaml:"icon" json:"icon"`
}
type videoSettings struct {