#39, Finish columns shortcode, clean scss

This commit is contained in:
Alex Shpak
2019-05-23 16:30:26 +02:00
parent c80bd79dcd
commit 5437521798
16 changed files with 141 additions and 73 deletions
+1 -1
View File
@@ -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}}