diff options
author | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-03-01 00:52:00 +0100 |
---|---|---|
committer | Alex Shpak <alex-shpak@users.noreply.github.com> | 2020-03-01 00:52:00 +0100 |
commit | 050d5a83de701af6e8bc20a90e1de5ab9ce95356 (patch) | |
tree | c817a91ef7000686e9fe9bf7d523cf0d5009a66c /layouts/_default/baseof.html | |
parent | 9c8663eb3475f07880808fe876f82ee39b7c4326 (diff) |
#161, Move inject/footer template into footer, before comments
Diffstat (limited to 'layouts/_default/baseof.html')
-rw-r--r-- | layouts/_default/baseof.html | 5 |
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> |