Use no-value attributes
This commit is contained in:
@ -54,7 +54,7 @@ component Layout(app *aero.Application, ctx *aero.Context, user *arn.User, openG
|
||||
ExtensionNavigation(user)
|
||||
if user != nil
|
||||
#user(data-id=user.ID, data-pro=user.IsPro(), data-theme=user.Settings().Theme)
|
||||
script(src="/scripts", async="async")
|
||||
script(src="/scripts", async)
|
||||
script(type="application/ld+json")!= organization
|
||||
|
||||
component Content(content string)
|
||||
|
Reference in New Issue
Block a user