From 5437521798291b54dabb6645de0094e458c9c228 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Thu, 23 May 2019 16:30:26 +0200 Subject: #39, Finish columns shortcode, clean scss --- layouts/shortcodes/tab.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layouts/shortcodes/tab.html') diff --git a/layouts/shortcodes/tab.html b/layouts/shortcodes/tab.html index 24520e7..ce78cb8 100644 --- a/layouts/shortcodes/tab.html +++ b/layouts/shortcodes/tab.html @@ -8,5 +8,5 @@ {{ .Parent.Scratch.Add $group (dict "Name" $name "Content" .Inner) }} {{ else }} - {{- errorf "%q: tab shortcode must be inside tabs shortcode" .Page.Path -}} + {{ errorf "%q: 'tab' shortcode must be inside 'tabs' shortcode" .Page.Path }} {{ end}} -- cgit v1.2.3