From cffafbfdca5e69fd82976a715b0ebd17f0187987 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 30 Aug 2022 12:08:14 -0400 Subject: [PATCH] Use NG icon in audio gallery too --- themes/red/layouts/_default/audio-gallery.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/red/layouts/_default/audio-gallery.html b/themes/red/layouts/_default/audio-gallery.html index 0c901c4..29423aa 100644 --- a/themes/red/layouts/_default/audio-gallery.html +++ b/themes/red/layouts/_default/audio-gallery.html @@ -4,6 +4,7 @@ {{ .Content }} {{ $art := (index site.Data ($.Param "json")) }} + {{ $newgrounds_icon := resources.Get "newgrounds.png" }} {{ range $art.categories }}

{{ .name }}

@@ -23,7 +24,7 @@
"{{ .title }}" {{ if .newgrounds_url }} - Newgrounds + Newgrounds Icon {{ end }}