From 970de83a59457ee6e245fb35c61a6adee0e8080d Mon Sep 17 00:00:00 2001 From: tdro Date: Fri, 23 Dec 2022 18:37:36 -0500 Subject: themes/default/layouts/shortcodes/imgur-video: Needs .Page.RenderString The markdownify function does not pass page variables.. --- themes/default/layouts/shortcodes/imgur-video.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/layouts/shortcodes/imgur-video.html b/themes/default/layouts/shortcodes/imgur-video.html index 9bc130f..2edb9a4 100644 --- a/themes/default/layouts/shortcodes/imgur-video.html +++ b/themes/default/layouts/shortcodes/imgur-video.html @@ -10,5 +10,5 @@ {{- printf `{{< video source="%s" title="%s" caption="%s" options="%s" >}}` $source $title $caption $options - | markdownify + | .Page.RenderString -}} -- cgit v1.2.3