From 3bab2605515f1fdb37fd7a7160d4206b2a6006c7 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 15 Mar 2018 17:25:10 +0100 Subject: [PATCH] Fixed character image in Open Graph data --- pages/quote/quote.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/quote/quote.go b/pages/quote/quote.go index f963fdcf..22bdfdb1 100644 --- a/pages/quote/quote.go +++ b/pages/quote/quote.go @@ -33,6 +33,7 @@ func Get(ctx *aero.Context) string { if character != nil { openGraph.Tags["og:title"] = character.Name + "'s quote" + openGraph.Tags["og:image"] = "https:" + character.Image } ctx.Data = openGraph