diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-03-07 18:51:24 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-03-07 18:51:24 +0100 |
commit | 5296ba3d38b2bba7bf6fe7cbf82b516f68c21b61 (patch) | |
tree | 28467a4e180e4b0b31056e2e512b625f848e760a /layouts/_default/baseof.html | |
parent | 289a3f456e771194cc18606051f113962f7e86c1 (diff) |
Clean trailing whitespaces
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 2 |
1 files changed, 1 insertions, 1 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 --> |