X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2FbrowseAlbums.html;h=7c8c4900ebcc1b7433480e7ed1ae6fa1b8b3bdd5;hp=a22505f14e410cc6870c6c18806fd196573cb5f3;hb=ffd92ca2374c0b2218e583d02e0bdd24b8c110ae;hpb=3a86d8894d306039e8d523763420350997fafa2e diff --git a/src/main/resources/templates/include/browseAlbums.html b/src/main/resources/templates/include/browseAlbums.html index a22505f..7c8c490 100644 --- a/src/main/resources/templates/include/browseAlbums.html +++ b/src/main/resources/templates/include/browseAlbums.html @@ -8,13 +8,13 @@ <%ifnull album.albumImage> <% album.title|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>
<% album.title|html> (<%= View.Sone.Stats.Images|l10n 0=album.images.size>)
-
<% album.description|parse sone=album.sone>
+
<% album.description|parse sone=album.sone|render>
<%if album.sone.local>