#161, Move inject/footer template into footer, before comments

soper-book
Alex Shpak 2020-03-01 00:52:00 +01:00
parent 9c8663eb34
commit 050d5a83de
1 changed files with 3 additions and 2 deletions

View File

@ -24,9 +24,10 @@
<footer class="book-footer">
{{ template "footer" . }} <!-- Footer under page content -->
{{ template "comments" . }} <!-- Comments block -->
</footer>
{{ partial "docs/inject/footer" . }}
</footer>
{{ template "comments" . }} <!-- Comments block -->
<label for="menu-control" class="hidden book-menu-overlay"></label>
</div>