From 5296ba3d38b2bba7bf6fe7cbf82b516f68c21b61 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Sat, 7 Mar 2020 18:51:24 +0100 Subject: [PATCH] Clean trailing whitespaces --- assets/_markdown.scss | 4 ++-- layouts/_default/baseof.html | 2 +- layouts/shortcodes/tab.html | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/_markdown.scss b/assets/_markdown.scss index 046abbb..3d54a0c 100644 --- a/assets/_markdown.scss +++ b/assets/_markdown.scss @@ -30,7 +30,7 @@ b, optgroup, strong { font-weight: bolder; } - + a { text-decoration: none; @@ -80,7 +80,7 @@ border-collapse: collapse; margin-top: $padding-16; margin-bottom: $padding-16; - + tr th, tr td { padding: $padding-8 $padding-16; border: $padding-1 solid $gray-200; diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a00e5e2..7abc75e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -24,7 +24,7 @@ {{ template "comments" . }} 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 }}