Fixed accessibility issues

This commit is contained in:
Eduard Urbach 2018-11-01 17:39:55 +09:00
parent 0b2e88fb94
commit 97525f0940

View File

@ -5,7 +5,7 @@ component Sidebar(user *arn.User)
if user != nil
AvatarNoTip(user)
else
a(href="/")
a(href="/", aria-label="Anime Notifier")
img.user-image.lazy(src=utils.EmptyImage(), data-src="/images/brand/64.png", data-webp="true", alt="Anime Notifier")
if user != nil