Improved OpenGraph tags

This commit is contained in:
2018-04-16 16:11:32 +02:00
parent ca020a9faa
commit 50b800971e
5 changed files with 94 additions and 41 deletions

View File

@ -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])