X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=644848a4020480cc895de33690df042f883aa3ab;hb=c4ae226ec5052116cefc542ae2017036a7bc6332;hp=c49c633959b546d432891adf7ce884bb583e5df9;hpb=3a86d8894d306039e8d523763420350997fafa2e;p=Sone.git diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index c49c633..644848a 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -353,17 +353,6 @@ - <%if ! album.images.empty> -
- - -
- <%/if>
@@ -623,7 +612,7 @@ <%ifnull album.albumImage> <% album.title|html> (<%album.sone.niceName|html>) <%else> - <% album.randomImage|image-link max-width==250 max-height==250 mode==enlarge title=album.title> + <% album.albumImage|image-link max-width==250 max-height==250 mode==enlarge title=album.title> <%/if>