aboutsummaryrefslogtreecommitdiff
path: root/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'layouts')
-rw-r--r--layouts/_default/baseof.html2
-rw-r--r--layouts/partials/docs/inject/content-after.html0
-rw-r--r--layouts/partials/docs/inject/content-before.html0
3 files changed, 2 insertions, 0 deletions
diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index a9c4da1..95524a0 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -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 -->
diff --git a/layouts/partials/docs/inject/content-after.html b/layouts/partials/docs/inject/content-after.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/docs/inject/content-after.html
diff --git a/layouts/partials/docs/inject/content-before.html b/layouts/partials/docs/inject/content-before.html
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/layouts/partials/docs/inject/content-before.html