mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 03:31:23 +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">
|
<footer class="book-footer">
|
||||||
{{ template "footer" . }} <!-- Footer under page content -->
|
{{ template "footer" . }} <!-- Footer under page content -->
|
||||||
{{ template "comments" . }} <!-- Comments block -->
|
{{ partial "docs/inject/footer" . }}
|
||||||
</footer>
|
</footer>
|
||||||
{{ partial "docs/inject/footer" . }}
|
|
||||||
|
{{ template "comments" . }} <!-- Comments block -->
|
||||||
|
|
||||||
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
<label for="menu-control" class="hidden book-menu-overlay"></label>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user