summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2020-03-01 00:52:00 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2020-03-01 00:52:00 +0100
commit050d5a83de701af6e8bc20a90e1de5ab9ce95356 (patch)
treec817a91ef7000686e9fe9bf7d523cf0d5009a66c
parent9c8663eb3475f07880808fe876f82ee39b7c4326 (diff)
#161, Move inject/footer template into footer, before comments
-rw-r--r--layouts/_default/baseof.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 3a374cf..a00e5e2 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -24,9 +24,10 @@
<footer class="book-footer">
{{ template "footer" . }} <!-- Footer under page content -->
- {{ template "comments" . }} <!-- Comments block -->
+ {{ partial "docs/inject/footer" . }}
</footer>
- {{ partial "docs/inject/footer" . }}
+
+ {{ template "comments" . }} <!-- Comments block -->
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>