From 431da4a96dd8ad31be876efb227d0347cd9bd09d Mon Sep 17 00:00:00 2001 From: Rawley Fowler Date: Mon, 9 May 2022 19:31:40 -0600 Subject: [PATCH] fixed tunes tmpl --- templates/tunes.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/tunes.tmpl b/templates/tunes.tmpl index 9a597ea..348cfd6 100644 --- a/templates/tunes.tmpl +++ b/templates/tunes.tmpl @@ -4,7 +4,7 @@ This serves as a compilation of every band that I like. Genres may vary, however I mostly listen to Hardcore, various genres of Metal, and Ska.

-{{ $val := range . }} +{{ range $val := . }} {{ $val.Name }} {{ end }}