added Apple site icon configuration and frame - closes issue #5
This commit is contained in:
@@ -92,6 +92,7 @@ type AmConfig struct {
|
||||
Type string `yaml:"type"`
|
||||
} `yaml:"siteIcon"`
|
||||
SiteShortcutIcon string `yaml:"siteShortcutIcon"`
|
||||
SiteAppleIcon string `yaml:"siteAppleIcon"`
|
||||
SiteLogo string `yaml:"siteLogo"`
|
||||
TopRefresh int `yaml:"topRefresh"`
|
||||
LoginCookieName string `yaml:"loginCookieName"`
|
||||
|
||||
@@ -17,6 +17,7 @@ site:
|
||||
path: "/img/builtin/AmsterdamIcon32.png"
|
||||
type: "image/png"
|
||||
siteShortcutIcon: "/img/builtin/AmsterdamIcon32.ico"
|
||||
siteAppleIcon: "/img/builtin/AmsterdamAppleIcon.png"
|
||||
siteLogo: "/img/builtin/powered-by-amsterdam.png"
|
||||
topRefresh: 300
|
||||
loginCookieName: AmsterdamAuth
|
||||
|
||||
Reference in New Issue
Block a user