Don't use async execution
This commit is contained in:
parent
db66d30461
commit
fbf3622025
@ -58,7 +58,7 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
|
|||||||
if user != nil
|
if user != nil
|
||||||
#user(data-id=user.ID, data-pro=user.IsPro(), data-theme=user.Settings().Theme)
|
#user(data-id=user.ID, data-pro=user.IsPro(), data-theme=user.Settings().Theme)
|
||||||
|
|
||||||
script(src="/scripts", async)
|
script(src="/scripts")
|
||||||
script(type="application/ld+json")!= organization
|
script(type="application/ld+json")!= organization
|
||||||
|
|
||||||
component Content(content string)
|
component Content(content string)
|
||||||
|
Loading…
Reference in New Issue
Block a user