From 829b46cc633379cbd8f12821a27d5c5a39a42983 Mon Sep 17 00:00:00 2001 From: mitteneer Date: Tue, 4 Mar 2025 12:08:50 -0500 Subject: [PATCH] Fix albums index function Not as fragile as I thought --- src/app/views/albums/index.zmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/views/albums/index.zmpl b/src/app/views/albums/index.zmpl index d6992d0..27fae46 100644 --- a/src/app/views/albums/index.zmpl +++ b/src/app/views/albums/index.zmpl @@ -5,13 +5,13 @@ @partial partials/header -

Artists

+

Albums

-@for (.artists) |artist| { +@for (.albums) |album| { - + }
Name
{{artist.name}}{{album.name}}