Improved assets

This commit is contained in:
2017-10-02 00:55:37 +02:00
parent 504993861b
commit b0c70fc735
7 changed files with 17 additions and 27 deletions

View File

@ -16,7 +16,7 @@ func Get(ctx *aero.Context) string {
"og:description": description,
"og:type": "website",
"og:url": "https://" + ctx.App.Config.Domain,
"og:image": "https://" + ctx.App.Config.Domain + "/images/brand/600",
"og:image": "https://" + ctx.App.Config.Domain + "/images/brand/600.png",
},
Meta: map[string]string{
"description": description,