#161, Move inject/footer template into footer, before comments
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user