From 08519158f49bb97c6f758cf8886e25b7f9aec433 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 25 Feb 2020 21:16:49 +0100 Subject: #153, Remove extra spaces in generated tabs html --- layouts/shortcodes/tabs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/tabs.html b/layouts/shortcodes/tabs.html index 9431af5..7aace73 100644 --- a/layouts/shortcodes/tabs.html +++ b/layouts/shortcodes/tabs.html @@ -3,7 +3,7 @@ {{ $group := printf "tabs-%s" $id }}
-{{ range $index, $tab := .Scratch.Get $group }} +{{- range $index, $tab := .Scratch.Get $group -}}
-- cgit v1.2.3