From 6e2d65ff63d1cbda30d5332a175fcfdb1770be9a Mon Sep 17 00:00:00 2001 From: Gregory Trolliet Date: Fri, 22 May 2020 17:51:03 +0200 Subject: [PATCH] [SHORTCODE] Allow css class in details shortcode --- layouts/shortcodes/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/details.html b/layouts/shortcodes/details.html index 94e497d..6d1da38 100644 --- a/layouts/shortcodes/details.html +++ b/layouts/shortcodes/details.html @@ -1,3 +1,3 @@ -
{{ .Get "title" }} +
{{ .Get "title" }} {{ .Inner }}