Added frontpage link to the logged out icon
This commit is contained in:
parent
37cc433733
commit
175559117d
@ -5,6 +5,7 @@ component Sidebar(user *arn.User)
|
||||
if user != nil
|
||||
AvatarNoTip(user)
|
||||
else
|
||||
a(href="/")
|
||||
img.user-image.lazy(src=utils.EmptyImage(), data-src="/images/brand/64.png", data-webp="true", alt="Anime Notifier")
|
||||
|
||||
if user != nil
|
||||
|
Loading…
Reference in New Issue
Block a user