Added structured data
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openGraph *arn.OpenGraph, meta, tags []string, content string)
|
||||
component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openGraph *arn.OpenGraph, meta, tags []string, organization string, content string)
|
||||
html(lang="en")
|
||||
head
|
||||
if openGraph != nil
|
||||
@ -31,6 +31,7 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
|
||||
if user != nil
|
||||
#user(data-id=user.ID, data-theme=user.Settings().Theme)
|
||||
script(src="/scripts")
|
||||
script(type="application/ld+json")!= organization
|
||||
|
||||
component Content(content string)
|
||||
#content-container
|
||||
|
Reference in New Issue
Block a user