From ff0c174f452b78557fd4b5ede2668e6c63c2f666 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Fri, 6 Apr 2018 08:17:11 +0200 Subject: [PATCH] Added Discord sidebar color --- layout/layout.pixy | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/layout/layout.pixy b/layout/layout.pixy index 562c80f1..dbb7bca2 100644 --- a/layout/layout.pixy +++ b/layout/layout.pixy @@ -14,6 +14,10 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG if openGraph != nil meta(name="twitter:card", content="summary") + + //- Color of the embed sidebar in Discord.. + //- This is equal to link-color in the styles. + meta(name="theme-color", content="#d7260f") for _, name := range meta meta(name=name, content=openGraph.Meta[name])