Improved assets

This commit is contained in:
2017-10-02 00:55:37 +02:00
parent 504993861b
commit b0c70fc735
7 changed files with 17 additions and 27 deletions

View File

@ -3,7 +3,7 @@ component Sidebar(user *arn.User)
if user != nil
Avatar(user)
else
img.user-image.lazy(data-src="/images/brand/64", alt="Anime Notifier")
img.user-image.lazy(data-src="/images/brand/64.png", data-webp="true", alt="Anime Notifier")
if user != nil
SidebarButton("Home", "/animelist/watching", "home")