From 97525f0940f08877527e70c4542b50f6190565c1 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Thu, 1 Nov 2018 17:39:55 +0900 Subject: [PATCH] Fixed accessibility issues --- layout/sidebar/sidebar.pixy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layout/sidebar/sidebar.pixy b/layout/sidebar/sidebar.pixy index ad3e597c..a0e7f6fc 100644 --- a/layout/sidebar/sidebar.pixy +++ b/layout/sidebar/sidebar.pixy @@ -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