From 55ea1f48f5ee98facdbd41768d17ecfc0a65c708 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Mon, 23 May 2022 18:55:01 +0200 Subject: [PATCH] Use .Inner instead of .Get 'text' in span shortcode --- layouts/shortcodes/span.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/span.html b/layouts/shortcodes/span.html index 473e66e..b1b6828 100644 --- a/layouts/shortcodes/span.html +++ b/layouts/shortcodes/span.html @@ -1 +1 @@ -{{ .Get "text" }} +{{ .Inner }}