mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-04-04 12:55:45 +00:00
#161, Move inject/footer template into footer, before comments
This commit is contained in:
parent
9c8663eb34
commit
050d5a83de
@ -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 New Issue
Block a user