commit 18f8f58144c4c355fb8d0a65d3a1cad9c9a5cfd0 parent 96de8d65eb54d8110d91d35aab80451a29992850 Author: _listen-bot <_listen-bot@chappelle.dev> Date: Thu, 5 Feb 2026 17:16:48 -0800 Bot: auto-update listen.md Diffstat:
| A | content/assets/covers/testing.jpg | | | 0 | |
| M | content/listen.md | | | 21 | ++++++++++++++++++--- |
2 files changed, 18 insertions(+), 3 deletions(-)
diff --git a/content/assets/covers/testing.jpg b/content/assets/covers/testing.jpg Binary files differ. diff --git a/content/listen.md b/content/listen.md @@ -3,12 +3,27 @@ show_meta: false title: Listen --- + An overview of music and podcasts I currently have on repeat. ## Music <section class="song-gallery"> -<div class="song-card"> + <div class="song-card"> + <img alt="testing Album Art" src="/assets/covers/testing.jpg"/> + <div class="song-info"> + <span class="song-title"> + testing + </span> + <span class="artist-name"> + test + </span> + <a class="song-link" href="https://hello.com"> + Listen + </a> + </div> + </div> + <div class="song-card"> <img alt="Le Femme Parallel Album Art" src="/assets/covers/lefemmeparallel.jpg"/> <div class="song-info"> <span class="song-title"> @@ -50,5 +65,4 @@ An overview of music and podcasts I currently have on repeat. </a> </div> </div> -</section> - +</section> +\ No newline at end of file