X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Ftrack;h=aecf4b5eb6e741625b9cb605c3c23c397c24197e;hp=4b1519ff31e4f44f56895f3ee40570b562166c86;hb=b9c0b14388ba471864efc23bba1c830844df2123;hpb=f1c76c5bac7b42c762ad0aa9b09f882b39eed066 diff --git a/src/main/resources/templates/track b/src/main/resources/templates/track index 4b1519f..aecf4b5 100644 --- a/src/main/resources/templates/track +++ b/src/main/resources/templates/track @@ -9,10 +9,10 @@ by <%foreach track.artists artist> <%notfirst>&<%/notfirst> - <% artist.name|html> + <%include include/artist> <%/foreach> <%ifnull !track.remix> - (<% track.remix|html> by <%foreach track.remixArtists artist><%notfirst> & <%/notfirst><% artist.name|html><%/foreach>) + (<% track.remix|html><%foreach track.remixArtists artist><%first> by <%/first><%notfirst> & <%/notfirst><%include include/artist><%/foreach>) <%/if>