From 6dbcfa8d968739f2e1ed594f72ebac3a007d54f0 Mon Sep 17 00:00:00 2001 From: soaos Date: Thu, 1 Jan 2026 16:13:27 -0500 Subject: reduced personality --- templates/index.html | 4 +--- templates/shortcodes/album_list.html | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/index.html b/templates/index.html index 170cfaa..9c9bede 100644 --- a/templates/index.html +++ b/templates/index.html @@ -8,9 +8,7 @@
-

-I'm an "artist" and professional software developer. In my free time I mostly work on eccentric software projects which you can read about here. -

+
{{ macros::treeview(height="16rem")}} 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