From 221d3a0bef286da327a374482651b77f45281516 Mon Sep 17 00:00:00 2001 From: Chris Reddington <791642+chrisreddington@users.noreply.github.com> Date: Sun, 28 Jan 2024 17:22:47 +0000 Subject: [PATCH] Bug fix for missing params variable --- layouts/partials/component/audio-player.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/layouts/partials/component/audio-player.html b/layouts/partials/component/audio-player.html index fe45a62..f4c705e 100644 --- a/layouts/partials/component/audio-player.html +++ b/layouts/partials/component/audio-player.html @@ -1,4 +1,6 @@ {{ with .Params.podcast_file }} +{{ $params := .Site.Params }} +

Listen to the Audio