#150, Add content-before and content-after inject partials

This commit is contained in:
Alex Shpak
2020-02-23 13:29:58 +01:00
parent 5cba28f865
commit 5d7f257e30
4 changed files with 11 additions and 7 deletions
+2
View File
@@ -18,7 +18,9 @@
{{ template "header" . }} <!-- Mobile layout header -->
</header>
{{ partial "docs/inject/content-before" . }}
{{ template "main" . }} <!-- Page Content -->
{{ partial "docs/inject/content-after" . }}
<footer class="book-footer">
{{ template "footer" . }} <!-- Footer under page content -->