Clean trailing whitespaces

This commit is contained in:
Alex Shpak 2020-03-07 18:51:24 +01:00
parent 289a3f456e
commit 5296ba3d38
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
b, optgroup, strong { b, optgroup, strong {
font-weight: bolder; font-weight: bolder;
} }
a { a {
text-decoration: none; text-decoration: none;
@ -80,7 +80,7 @@
border-collapse: collapse; border-collapse: collapse;
margin-top: $padding-16; margin-top: $padding-16;
margin-bottom: $padding-16; margin-bottom: $padding-16;
tr th, tr td { tr th, tr td {
padding: $padding-8 $padding-16; padding: $padding-8 $padding-16;
border: $padding-1 solid $gray-200; border: $padding-1 solid $gray-200;

View file

@ -24,7 +24,7 @@
<footer class="book-footer"> <footer class="book-footer">
{{ template "footer" . }} <!-- Footer under page content --> {{ template "footer" . }} <!-- Footer under page content -->
{{ partial "docs/inject/footer" . }} {{ partial "docs/inject/footer" . }}
</footer> </footer>
{{ template "comments" . }} <!-- Comments block --> {{ template "comments" . }} <!-- Comments block -->

View file

@ -5,7 +5,7 @@
{{ if not (.Parent.Scratch.Get $group) }} {{ if not (.Parent.Scratch.Get $group) }}
{{ .Parent.Scratch.Set $group slice }} {{ .Parent.Scratch.Set $group slice }}
{{ end }} {{ end }}
{{ .Parent.Scratch.Add $group (dict "Name" $name "Content" .Inner) }} {{ .Parent.Scratch.Add $group (dict "Name" $name "Content" .Inner) }}
{{ else }} {{ else }}
{{ errorf "%q: 'tab' shortcode must be inside 'tabs' shortcode" .Page.Path }} {{ errorf "%q: 'tab' shortcode must be inside 'tabs' shortcode" .Page.Path }}