From 45271b5298d4a5dd91df97a1d3f3c726bd9398bc Mon Sep 17 00:00:00 2001 From: Jordi Bares Date: Sun, 31 Mar 2019 22:48:17 +0100 Subject: Add footer functionality --- layouts/partials/docs/footer.html | 15 +++++++++++++++ layouts/partials/docs/html-head.html | 19 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 layouts/partials/docs/footer.html (limited to 'layouts/partials/docs') diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html new file mode 100644 index 0000000..bc4a406 --- /dev/null +++ b/layouts/partials/docs/footer.html @@ -0,0 +1,15 @@ + +{{ if .Site.Params.BookShowFooter }} + +{{ end }} \ No newline at end of file diff --git a/layouts/partials/docs/html-head.html b/layouts/partials/docs/html-head.html index 5d6f1c1..7b412f7 100644 --- a/layouts/partials/docs/html-head.html +++ b/layouts/partials/docs/html-head.html @@ -2,11 +2,30 @@ {{- template "title" . }} | {{ .Site.Title -}} + + + + + + {{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }} + + + + + + + + +{{ if .RSSLink }} + + +{{ end }} + {{ "