X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=019da9f5f4037bed2409d2ea643feaa0e5b066de;hp=45836db7529197e8df836fc13cd71326e2dfaca2;hb=e67e554aa7b1b4de9059d3f0bb741b95b79a7cfa;hpb=a93b7a9dbcfad88d2881825c4a88cea3330be62c diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index 45836db..019da9f 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -69,12 +69,14 @@ <%foreach album.albums album>
- - <%ifnull album.image> + + <%ifnull album.albumImage> <% album.title|html> <%else> <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html>
<%/foreach> @@ -230,12 +232,14 @@ <%foreach sone.albums album>
- - <%ifnull album.image> + + <%ifnull album.albumImage> <% album.title|html> <%else> <% album.albumImage|image-link max-width=200 max-height=150 title==album.title> <%/if> +
+ <% album.title|html>
<%/foreach>