From 151b5149973594233512d27dba434184665e398827f7da361a644501a16b1e58 Mon Sep 17 00:00:00 2001 From: Nicholas Johnson <> Date: Sun, 6 Sep 2026 00:00:00 +0000 Subject: Add audio support for entries on website --- layouts/single.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'layouts/single.html') diff --git a/layouts/single.html b/layouts/single.html index 9a8c8ae..e7522a0 100644 --- a/layouts/single.html +++ b/layouts/single.html @@ -7,6 +7,12 @@

{{ .Title }}

{{- if (.Page.Params.pageinfo | default true) }}

{{ partial "pageinfo.html" . }}

+ {{- end -}} + {{ with index (where .Resources "MediaType.MainType" "audio") 0 }} + {{- end }} {{ chomp (.Content) }} -- cgit v1.2.3