From 52fdd033e63f5c44ab09753764c8ef72f408a43b Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Sat, 1 Jan 2022 18:13:00 +0000 Subject: [PATCH] put the volume script on the show notes page stub, rather than in the shortcode. Volume will ONLY get set on shownotes pages --- layouts/shortcodes/audio.html | 6 ------ layouts/shownote/single.html | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/layouts/shortcodes/audio.html b/layouts/shortcodes/audio.html index 1ca2b71..ca561b1 100644 --- a/layouts/shortcodes/audio.html +++ b/layouts/shortcodes/audio.html @@ -2,10 +2,4 @@ - \ No newline at end of file diff --git a/layouts/shownote/single.html b/layouts/shownote/single.html index c942715..42003f1 100644 --- a/layouts/shownote/single.html +++ b/layouts/shownote/single.html @@ -13,6 +13,13 @@ {{ end }} {{ .Content }} + {{ partial "footer.html" . }}