X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2FimageBrowser.html;h=3b36e034fa5ab5704bf654f8fa9de27242f01831;hp=c205877f26555355e6028ce62d050ed4b354ab16;hb=cd4feb21a6487174107786f64be5d7c779fe5168;hpb=7d05fc1e9e953473e0e107257a1363433d444d9b diff --git a/src/main/resources/templates/imageBrowser.html b/src/main/resources/templates/imageBrowser.html index c205877..3b36e03 100644 --- a/src/main/resources/templates/imageBrowser.html +++ b/src/main/resources/templates/imageBrowser.html @@ -70,7 +70,7 @@ <%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> @@ -233,7 +233,7 @@ <%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>