diff options
| author | soaos <soaos@soaos.dev> | 2026-01-01 16:13:27 -0500 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2026-01-01 16:13:27 -0500 |
| commit | 6dbcfa8d968739f2e1ed594f72ebac3a007d54f0 (patch) | |
| tree | a1957cdfcac9d64becf0135b8c856f1edae0791b /templates | |
| parent | 114790bbc55e08ebf28e4431003906d28e6ff8fc (diff) | |
reduced personality
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/index.html | 4 | ||||
| -rw-r--r-- | templates/shortcodes/album_list.html | 6 |
2 files changed, 4 insertions, 6 deletions
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 @@ <div> <div id="status"> </div> -<p> -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. -</p> +<br> </div> {{ 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 ~ " - <i>" ~ album.name ~ `</i><br> - <img class="album-thumb" src="/assets/music/` ~ album.cover ~ `"/>`, + <img class="album-thumb" src="https://coverartarchive.org/release-group/` ~ album.release_group ~ `/front"/>`, 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() }} |
