diff options
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/_default/baseof.html | 2 | ||||
-rw-r--r-- | layouts/shortcodes/tab.html | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ <footer class="book-footer"> {{ template "footer" . }} <!-- Footer under page content --> - {{ partial "docs/inject/footer" . }} + {{ partial "docs/inject/footer" . }} </footer> {{ template "comments" . }} <!-- Comments block --> 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 }} |