From e8f7210bed4ac2d4ef6ce50c3d883d6a50e5d809 Mon Sep 17 00:00:00 2001 From: Paul Date: Fri, 6 Mar 2020 23:02:02 +0100 Subject: Add structure/row shortcode --- layouts/shortcodes/structure/row.html | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 layouts/shortcodes/structure/row.html diff --git a/layouts/shortcodes/structure/row.html b/layouts/shortcodes/structure/row.html new file mode 100644 index 0000000..08c04de --- /dev/null +++ b/layouts/shortcodes/structure/row.html @@ -0,0 +1,8 @@ +{{- $col_definition := .Get "width" | default "col" -}} +{{- $justify_definition := .Get "justify" | default "justify-content-center" -}} +{{- $align_definition := .Get "align" | default "" -}} +
+
+{{ .Inner }} +
+
-- cgit v1.2.3