From 3bf1fd6aa31e984f5a913200ccf6ebd86197c9ad Mon Sep 17 00:00:00 2001 From: ray Date: Thu, 20 Feb 2020 21:33:05 +0000 Subject: [PATCH] add shortcode which wraps content in a div with a class --- layouts/shortcodes/divwrap.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/divwrap.html diff --git a/layouts/shortcodes/divwrap.html b/layouts/shortcodes/divwrap.html new file mode 100644 index 0000000..d4bd462 --- /dev/null +++ b/layouts/shortcodes/divwrap.html @@ -0,0 +1,3 @@ +
+ {{ .Inner }} +