Use no-value attributes

This commit is contained in:
2018-04-24 14:12:37 +02:00
parent e63be2c43a
commit 7c5b3e668b
2 changed files with 2 additions and 2 deletions

View File

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