From edf5b466e1655c0a8a73c153e3a9f6f043599e56 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Fri, 24 May 2019 14:48:17 +0200 Subject: Update screenshots, clean tabs shortcode --- layouts/shortcodes/tabs.html | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'layouts') diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html index b6390df..16bbd3d 100644 --- a/layouts/shortcodes/tabs.html +++ b/layouts/shortcodes/tabs.html @@ -2,24 +2,6 @@ {{ $id := .Get 0 }} {{ $group := printf "tabs-%s" $id }} - -
{{ range $index, $tab := .Scratch.Get $group }} @@ -31,3 +13,4 @@
{{ end }} +

-- cgit v1.2.3