From 6dbcfa8d968739f2e1ed594f72ebac3a007d54f0 Mon Sep 17 00:00:00 2001 From: soaos Date: Thu, 1 Jan 2026 16:13:27 -0500 Subject: reduced personality --- templates/shortcodes/album_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates/shortcodes') diff --git a/templates/shortcodes/album_list.html b/templates/shortcodes/album_list.html index 521b4d1..74439ca 100644 --- a/templates/shortcodes/album_list.html +++ b/templates/shortcodes/album_list.html @@ -4,13 +4,13 @@ {{ macros::treeview(height="32rem") }} {% for genre, albums in data.albums | group_by(attribute="genre") %} -{{ macros::subtree(name=genre, open=true) }} +{{ macros::subtree(name=genre, open=false) }} {% for album in albums %} {{ macros::treelink(text=album.artist ~ " - " ~ album.name ~ `
- `, + `, url="https://musicbrainz.org/release-group/" ~ album.release_group, blank=true) }} {% endfor %} {{ macros::endsubtree() }} {% endfor %} -{{ macros::endtreeview() }} \ No newline at end of file +{{ macros::endtreeview() }} -- cgit v1.2.3