verso2

A simple web framework.
git clone git://git.chappelle.dev/verso2.git
Log | Files | Refs | README | LICENSE

commit 2c1fd4a7baaee8fd390a94abc49565defd9b86db
parent 0da42aa9d8baeb1f9f5702d8e381587c37665c20
Author: _listen-bot <_listen-bot@chappelle.dev>
Date:   Thu,  5 Feb 2026 16:38:01 -0800

Bot: auto-update listen.md

Diffstat:
Acontent/assets/covers/test.jpg | 0
Mcontent/listen.md | 18+++++++++++++++++-
2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/content/assets/covers/test.jpg b/content/assets/covers/test.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"> + <img alt="Test Album Art" src="/assets/covers/test.jpg"/> + <div class="song-info"> + <span class="song-title"> + Test + </span> + <span class="artist-name"> + testing + </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"> @@ -64,4 +79,4 @@ An overview of music and podcasts I currently have on repeat. </a> </div> </div> -</section> +</section> +\ No newline at end of file