From: David ‘Bombe’ Roden Date: Thu, 19 Apr 2012 20:31:58 +0000 (+0200) Subject: Show artists in page title. X-Git-Url: https://git.pterodactylus.net/?p=demoscenemusic.git;a=commitdiff_plain;h=499a0604992c16b00d91fc23dcf153fc525065fc Show artists in page title. --- diff --git a/src/main/resources/templates/track b/src/main/resources/templates/track index fea7dee..f77f15c 100644 --- a/src/main/resources/templates/track +++ b/src/main/resources/templates/track @@ -4,19 +4,17 @@ <%else> <%include include/header title=track.name> -

<% track.name|html>

+

+ <% track.name|html> + by + <%foreach track.artists artist> + <%notfirst>&<%/notfirst> + <% artist.name|html> + <%/foreach> +

-
By
-
- -
-
Styles