#161, Move inject/footer template into footer, before comments
This commit is contained in:
parent
9c8663eb34
commit
050d5a83de
1 changed files with 3 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue