summaryrefslogtreecommitdiff
path: root/layouts/partials/docs/inject/footer.html
diff options
context:
space:
mode:
authorJordi Bares <jordibares@hotmail.com>2019-04-02 22:22:10 +0100
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-04-09 22:31:24 +0200
commit629c4bb1d4857086db8a9b39baead24c2af809a9 (patch)
tree367d3cb5b647d3ac5161518452dee553f5b13f5d /layouts/partials/docs/inject/footer.html
parent655de364ea38b06c2f21614f9007524474891ddd (diff)
Various fixes responding to Alex notes
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