From aa651533ca72e3c9e7159ba7a553c8371d727e0c Mon Sep 17 00:00:00 2001 From: Jonas Rosland Date: Tue, 28 Sep 2021 17:39:46 -0400 Subject: [PATCH] Add privacy and cookie information to the landing page footer (#1899) * Add privacy and cookie information to the footer Signed-off-by: Jonas Rosland * Update script info Signed-off-by: Jonas Rosland --- .../template/layouts/_default/baseof.html | 32 +++++++++---------- .../template/layouts/partials/footer.html | 6 ++++ 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/docs/site/themes/template/layouts/_default/baseof.html b/docs/site/themes/template/layouts/_default/baseof.html index 06cbdcd760..83b4b7f64c 100644 --- a/docs/site/themes/template/layouts/_default/baseof.html +++ b/docs/site/themes/template/layouts/_default/baseof.html @@ -1,10 +1,24 @@ + + + + + + + + + + - {{ if .Title }}{{ .Title }}{{ else }}Documentation{{ end }} {{ with .Site.Params.description }}{{ end }} @@ -18,21 +32,7 @@ {{ with .OutputFormats.Get "RSS" -}} {{ printf `` .Rel .MediaType.Type .RelPermalink $.Site.Title | safeHTML }} {{- end }} - - - - - - - - - - + {{ partial "header" . }} diff --git a/docs/site/themes/template/layouts/partials/footer.html b/docs/site/themes/template/layouts/partials/footer.html index 1be39abf07..ebef886f7f 100644 --- a/docs/site/themes/template/layouts/partials/footer.html +++ b/docs/site/themes/template/layouts/partials/footer.html @@ -11,7 +11,13 @@ Tanzu Community Edition +