Improved OpenGraph tags
This commit is contained in:
@ -18,6 +18,9 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
|
||||
//- Color of the embed sidebar in Discord..
|
||||
//- This is equal to link-color in the styles.
|
||||
meta(name="theme-color", content="#d7260f")
|
||||
|
||||
//- Facebook App ID
|
||||
meta(property="fb:app_id", content="915407915202908")
|
||||
|
||||
for _, name := range meta
|
||||
meta(name=name, content=openGraph.Meta[name])
|
||||
|
Reference in New Issue
Block a user