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