From 499a0604992c16b00d91fc23dcf153fc525065fc Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20=E2=80=98Bombe=E2=80=99=20Roden?= Date: Thu, 19 Apr 2012 22:31:58 +0200 Subject: [PATCH] Show artists in page title. --- src/main/resources/templates/track | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) 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
    -- 2.7.4