summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/inject/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/docs/inject/footer.html')
-rw-r--r--layouts/partials/docs/inject/footer.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/layouts/partials/docs/inject/footer.html b/layouts/partials/docs/inject/footer.html
new file mode 100644
index 0000000..3bdbc9d
--- /dev/null
+++ b/layouts/partials/docs/inject/footer.html
@@ -0,0 +1,14 @@
+<!-- Copyright notice -->
+{{ if .Site.Params.BookShowFooter }}
+<div class="align-center book-git-footer justify-center">
+ {{ range .Site.Params.Copyright }}
+ <p>
+ {{ . | markdownify }}
+ </p>
+ {{ else }}
+ <p>
+ Made with Book Theme by <a target="_blank" href="https://github.com/alex-shpak/hugo-book">Alex Shpak</a>.
+ </p>
+ {{ end }}
+</div>
+{{ end }} \ No newline at end of file