Added Discord sidebar color
This commit is contained in:
parent
7adbba2495
commit
ff0c174f45
@ -15,6 +15,10 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
|
|||||||
if openGraph != nil
|
if openGraph != nil
|
||||||
meta(name="twitter:card", content="summary")
|
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
|
for _, name := range meta
|
||||||
meta(name=name, content=openGraph.Meta[name])
|
meta(name=name, content=openGraph.Meta[name])
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user