diff --git a/layouts/shortcodes/card-list.html b/layouts/shortcodes/card-list.html new file mode 100644 index 0000000..c14d0c4 --- /dev/null +++ b/layouts/shortcodes/card-list.html @@ -0,0 +1,16 @@ +
+
+ {{ $items := .Inner | unmarshal }} {{ range $k, $v := $items }} + +
+ +
+

{{ $k | safeHTML }}

+

{{ $v.content | safeHTML }}

+
+
+
+
+ {{ end }} +
+