Don't use async execution

This commit is contained in:
Eduard Urbach 2018-04-24 14:53:00 +02:00
parent db66d30461
commit fbf3622025

View File

@ -58,7 +58,7 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
if user != nil
#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
component Content(content string)