summaryrefslogtreecommitdiff
path: root/layouts/shortcodes/tab.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/tab.html')
-rw-r--r--layouts/shortcodes/tab.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/shortcodes/tab.html b/layouts/shortcodes/tab.html
index ce78cb8..e2a207c 100644
--- a/layouts/shortcodes/tab.html
+++ b/layouts/shortcodes/tab.html
@@ -5,7 +5,7 @@
{{ if not (.Parent.Scratch.Get $group) }}
{{ .Parent.Scratch.Set $group slice }}
{{ end }}
-
+
{{ .Parent.Scratch.Add $group (dict "Name" $name "Content" .Inner) }}
{{ else }}
{{ errorf "%q: 'tab' shortcode must be inside 'tabs' shortcode" .Page.Path }}