davideisinger.com

My personal website
Log | Files | Refs | README

commit f48d4811c638f350294bc09c107745bdc9768174
parent 50a9d1b2cd8d493194e48ced1c168748b9af7709
Author: David Eisinger <[email protected]>
Date:   Mon, 30 Oct 2023 10:34:40 -0400

Separate music tracks w/ hr

Diffstat:
Mthemes/v2/layouts/music/list.html | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/themes/v2/layouts/music/list.html b/themes/v2/layouts/music/list.html @@ -10,6 +10,8 @@ {{ $page := . }} {{ range sort (.Resources.Match "*.mp3") "Title" "desc" }} + <hr> + <p> <audio controls src="{{ .RelPermalink }}"></audio><br> “{{ substr .Title 0 -4 }}” – <a href="{{ $page.RelPermalink }}">{{ $page.Title }}</a>